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 DestroyChatControlCompleted type of state change.
Syntax
struct PartyDestroyChatControlCompletedStateChange : PartyStateChange {
PartyStateChangeResult result;
PartyError errorDetail;
PartyLocalDevice* localDevice;
PartyLocalChatControl* localChatControl;
void* asyncIdentifier;
}
Members
result PartyStateChangeResult
Indicates that the chat control destruction operation Succeeded or provides the reason that it failed.
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().
localDevice PartyLocalDevice*
The local device used in the call associated with this state change.
localChatControl PartyLocalChatControl*
The chat control that was destroyed.
The memory remains valid until this state change is returned.
asyncIdentifier void*
The async identifier provided to the call associated with this state change.
Requirements
Header: Party.h