IXtfUserClient::SignoutUser
Signs out a user, specified by email address.
Syntax
public:
HRESULT SignoutUser(
LPCWSTR userName
)
Parameters
userName
Type: LPCWSTR
The email address of the user.
Return value
Type: HRESULT
HRESULT success or error code.
Remarks
The userName value is the pszEmailAddress
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.
Requirements
Header: xtfuser.h
Library: xtfuser.lib
Supported platforms: Windows (for Xbox console tools)