Compartir a través de


IXtfUserClient::SignoutUserId

Signs out a user, specified by user ID.

Syntax

public:
HRESULT SignoutUserId(
         UINT32 userId
)  

Parameters

userId
Type: UINT32

The user ID of the user.

Return value

Type: HRESULT

HRESULT success or error code.

Remarks

The userId value is returned by the SigninUser method.

To sign out a user by specifying an email address, use SignoutUser.

To sign in a user, use SigninUserId or SigninUser.

Requirements

Header: xtfuser.h

Library: xtfuser.lib

Supported platforms: Windows (for Xbox console tools)

See also

IXtfUserClient interface