Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reasons for removing a local user from a network.
Syntax
enum class PartyLocalUserRemovedReason
{
AuthenticationFailed = 0,
RemoveLocalUser = 1,
DestroyLocalUser = 2,
DestroyNetwork = 3,
}
Constants
| Constant | Description |
|---|---|
| AuthenticationFailed | The local user is being removed because PartyNetwork::AuthenticateLocalUser() asynchronously failed. |
| RemoveLocalUser | The local user is being removed because the title called PartyNetwork::RemoveLocalUser(). |
| DestroyLocalUser | The local user is being removed because the title called PartyManager::DestroyLocalUser(). |
| DestroyNetwork | The local user is being removed because the network is being destroyed. |
Requirements
Header: Party.h
See also
Party members
PartyNetwork::AuthenticateLocalUser
PartyNetwork::RemoveLocalUser
PartyManager::DestroyLocalUser