XTF_USER_DATA
Describes a simulated user.Syntax
Members
userIdType: UINT32 A unique identifier for the user szEmailAddress
Type: WCHAR The email address used to sign in the user. szGamertag
Type: WCHAR The gamertag of the user. bSignedIn
Type: BOOL If true, the user is signed in. xuid
Type: XTF_USER_XUID The XBOX user ID of the user. bAutoSignIn
Type: BOOL If true, the user is set to automatically sign in.
Remarks
This structure is used in the IXtfUserClient::ListUsers method. The members of this structure provide values that you can use when calling other IXtfUserClient methods. To create an object that implements theIXtfUserClient interface, call XtfCreateUserClient.
