IXtfUserClient::SignoutUser Method

Signs out the user with the given user name.

Syntax

public:
HRESULT SignoutUser(
         LPCWSTR userName
)  

Parameters

userName
Type: LPCWSTR 

The user name of the user to sign out.

Return value

Type: HRESULT 

HRESULT success or error code.

Remarks

When calling SignoutUser, the userName value to pass is the pszEmailAddress member of the XTF_USER_DATA structure describing the user.

Requirements

Header: Declared in xtfuser.h.

Library: Use xtfuser.lib.