Syntax
Parameters
object void*optional The Party library object that may be required as context for different PartyOption values.
option PartyOption
The Party library option to retrieve.
value void*output An output value to fill with the current
option setting. If this option has not yet been overridden by a call to PartyManager::SetOption(), this method will retrieve that option’s default value.
Return value
PartyErrorc_partyErrorSuccess if the call succeeded or an error code otherwise.
Requirements
Header: Party.hSee also
PartyManagerPartyOption
PartyManager::SetOption
