Skip to main content

XTF_USER_DATA

Describes a simulated user.

Syntax

Members

userId
Type: 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 the IXtfUserClient interface, call XtfCreateUserClient.

Requirements

Header: xtfuser.h Library: xtfuser.lib Supported platforms: Windows (for XBOX console tools)

See also

XtfUser
Last modified on August 20, 2026