Editar

Compartir vía


PartyXblLocalChatUserDestroyedStateChange

Information specific to the LocalChatUserDestroyed type of state change.

Syntax

struct PartyXblLocalChatUserDestroyedStateChange : PartyXblStateChange {  
    PartyXblLocalChatUser* localChatUser;  
    PartyXblLocalChatUserDestroyedReason reason;  
    PartyError errorDetail;  
}  

Members

localChatUser   PartyXblLocalChatUser*

The local chat user provided to the call associated with this state change.

reason   PartyXblLocalChatUserDestroyedReason

The reason the local chat user was destroyed.

errorDetail   PartyError

A diagnostic value providing additional troubleshooting information regarding any potential error condition.

The human-readable form of this error detail can be retrieved via PartyXblManager::GetErrorMessage().

Requirements

Header: PartyXboxLive.h

See also

PartyXboxLive members