Skip to main content
Gets this invitation’s configuration.

Syntax

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

See also

PartyInvitation
PartyInvitationConfiguration
Last modified on August 3, 2026