Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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