XTF_USER_DATA Structure

Contains data about a simulated user.

Syntax

typedef struct XTF_USER_DATA {
    UINT32 userId;
    WCHAR szEmailAddress[256];
    WCHAR szGamertag[32];
    BOOL bSignedIn;
    XTF_USER_XUID xuid;
    BOOL bAutoSignIn;
} XTF_USER_DATA, *PXTF_USER_DATA;  

Members

userId
A unique identifier for the user

szEmailAddress
The email address used to sign the user in.

szGamertag
The user’s Gamertag.

bSignedIn
If TRUE, the user is signed in.

xuid
The user’s Xbox User ID.

bAutoSignIn
If TRUE, the user is set to automatically signed in.

Requirements

Header: Declared in xtfuser.h.

Library: Use xtfuser.lib.