Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Information specific to the ChatControlLeftNetwork type of state change.
Syntax
struct PartyChatControlLeftNetworkStateChange : PartyStateChange {
PartyDestroyedReason reason;
PartyError errorDetail;
PartyNetwork* network;
PartyChatControl* chatControl;
}
Members
reason PartyDestroyedReason
The reason the chat control left the network.
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 left.
chatControl PartyChatControl*
The chat control that left the network.
Requirements
Header: Party.h