PartyInvitation::GetInvitationConfiguration
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