Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents an Xbox Tools Framework (XTF) user client.
Syntax
interface IXtfUserClient : public IUnknown
Methods
| Method | Description |
|---|---|
| AddSponsoredUser | Adds a guest user. |
| AddUser | Adds a user without signing them in. |
| DeleteAllUsers | Removes all users from this console. |
| DeleteUser | Removes a user, specified by email address, from the console. |
| DeleteUserId | Removes a user, specified by user ID, from the console. |
| ListUsers | Returns a list of all users currently associated with this console. |
| ListUsersEx | Returns a list of all users currently associated with this console. |
| PairControllerWithUser | Pairs the user with given email address, to the controller with given controller ID. |
| PairControllerWithUserId | Pairs the user with given user ID, to the controller with given controller ID. |
| SigninUser | Signs in a user, specified by email address, and adds the user to the console if necessary. |
| SigninUserId | Signs in a user, specified by user ID, and adds the user to the console if necessary. |
| SignoutUser | Signs out a user, specified by email address. |
| SignoutUserId | Signs out a user, specified by user ID. |
Requirements
Header: xtfuser.h
Library: xtfuser.lib
Supported platforms: Windows (for Xbox console tools)