Signs out the user with the given user name.
public:
HRESULT SignoutUser(
LPCWSTR userName
)
userName
Type: LPCWSTRÂ
The user name of the user to sign out.
Type: HRESULTÂ
HRESULT success or error code.
When calling SignoutUser, the userName value to pass is the pszEmailAddress member of the XTF_USER_DATA structure describing the user.
Header: Declared in xtfuser.h.
Library: Use xtfuser.lib.