Compartir a través de


IXtfUserClient::DeleteAllUsers

Removes all users from this console.

Syntax

public:
HRESULT DeleteAllUsers()  

Parameters

This method has no parameters.

Return value

Type: HRESULT

HRESULT success or error code.

Remarks

If a user is signed in to the console, the user is signed out before being removed.

To delete a single user, use either DeleteUser or DeleteUserId.

To add a user, use AddUser.

Requirements

Header: xtfuser.h

Library: xtfuser.lib

Supported platforms: Windows (for Xbox console tools)

See also

IXtfUserClient interface