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 AuthenticateLocalUserCompleted type of state change.
Syntax
struct PartyAuthenticateLocalUserCompletedStateChange : PartyStateChange {
PartyStateChangeResult result;
PartyError errorDetail;
PartyNetwork* network;
PartyLocalUser* localUser;
PartyString invitationIdentifier;
void* asyncIdentifier;
}
Members
result PartyStateChangeResult
Indicates that the authenticate local user 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 provided to the call associated with this state change.
invitationIdentifier PartyString
The identifier of the invitation used to authenticate into the network.
asyncIdentifier void*
The async identifier provided to the call associated with this state change.
Requirements
Header: Party.h