IXtfUserClient::SignoutUser
Signs out a user, specified by email address.Syntax
Parameters
userNameType: LPCWSTR The email address of the user.
Return value
Type: HRESULT HRESULT success or error code.Remarks
The userName value is thepszEmailAddress member of the XTF_USER_DATA object that describes the user.
To sign out a user by specifying a user ID, use SignoutUserId.
To sign in a user, use SigninUser or SigninUserId.
