Notes
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.
Gets this invitation's configuration.
Syntax
PartyError GetInvitationConfiguration(
const PartyInvitationConfiguration** configuration
)
Parameters
configuration
PartyInvitationConfiguration**
library-allocated output
The output configuration of this invitation.
Return value
PartyError
c_partyErrorSuccess
if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().
Remarks
The memory for the PartyInvitationConfiguration and all memory it references are valid for the lifetime of the invitation object.
Requirements
Header: Party.h