Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.