Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.