Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Information specific to the ChatControlDestroyed type of state change.
Syntax
struct PartyChatControlDestroyedStateChange : PartyStateChange {
PartyChatControl* chatControl;
PartyDestroyedReason reason;
PartyError errorDetail;
}
Members
chatControl PartyChatControl*
The chat control that was destroyed.
The memory remains valid until this state change is returned.
reason PartyDestroyedReason
The reason the chat control 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 PartyManager::GetErrorMessage().
Requirements
Header: Party.h