PartyRevokeInvitationCompletedStateChange
Information specific to the RevokeInvitationCompleted type of state change.
Syntax
struct PartyRevokeInvitationCompletedStateChange : PartyStateChange {
PartyStateChangeResult result;
PartyError errorDetail;
PartyNetwork* network;
PartyLocalUser* localUser;
PartyInvitation* invitation;
void* asyncIdentifier;
}
Members
result
PartyStateChangeResult
Indicates that the PartyNetwork::RevokeInvitation() 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().
network
PartyNetwork*
The network used in the call associated with this state change.
localUser
PartyLocalUser*
The local user used to revoke the invitation.
invitation
PartyInvitation*
The revoked invitation.
asyncIdentifier
void*
The async identifier provided to the call associated with this state change.
Requirements
Header: Party.h