IXtfUserClient::SignoutUserId Method

Signs out the user with the specified user ID.

Syntax

public:
HRESULT SignoutUserId(
         UINT32 userId
)  

Parameters

userId
Type: UINT32 

A user ID.

Return value

Type: HRESULT 

HRESULT success or error code.

User IDs suitable to be passed in userId are returned by SigninUser when it is used to sign a user in.

Requirements

Header: Declared in xtfuser.h.

Library: Use xtfuser.lib.