Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The Xbox Tools Framework (XTF) API that is used to manage users on a development console.
Interfaces
| Interface | Description |
|---|---|
| IXtfUserClient | Represents an Xbox Tools Framework (XTF) user client. |
Functions
| Function | Description |
|---|---|
| XtfCreateUserClient | Initializes a new instance of the IXtfUserClient interface with the specified address. |
Structures
| Structure | Description |
|---|---|
| XTF_USER_DATA | Describes a simulated user. |
| XTF_USER_DATA_V2 | Describes a simulated user and the user's age. |
Enumerations
| Enumeration | Description |
|---|---|
| XTF_USER_AGE_GROUP | Specifies the age group of a simulated user. |
To create an object that implements the IXtfUserClient interface, call XtfCreateUserClient.