Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Information specific to the ConnectChatControlCompleted type of state change.
Syntax
struct PartyConnectChatControlCompletedStateChange : PartyStateChange {
PartyStateChangeResult result;
PartyError errorDetail;
PartyNetwork* network;
PartyLocalChatControl* localChatControl;
void* asyncIdentifier;
}
Members
result PartyStateChangeResult
Indicates that the operation Succeeded or 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().
network PartyNetwork*
The network used in the call associated with this state change.
localChatControl PartyLocalChatControl*
The chat control provided to the call associated with this state change.
asyncIdentifier void*
The async identifier provided to the call associated with this state change.
Requirements
Header: Party.h