Share via


XTF_USER_DATA_V2

Describes a simulated user and the user's age.

Syntax

typedef struct XTF_USER_DATA_V2 {  
    XTF_USER_DATA userData;  
    XTF_USER_AGE_GROUP userAgeGroup;  
} XTF_USER_DATA_V2  

Members

userData
Type: XTF_USER_DATA

A structure describing a simulated user.

userAgeGroup
Type: XTF_USER_AGE_GROUP

An enumeration specifying the age group of the simulated user.

Requirements

Header: xtfuser.h

Library: xtfuser.lib

Supported platforms: Windows (for Xbox console tools)

See also

XtfUser