This function is part of the Presence Interface.
Remarks
Creates a presence modification handle. This handle can used to add multiple changes to your presence that can be applied with EOS_Presence_SetPresence. The resulting handle must be released by calling EOS_PresenceModification_Release once it has been passed to EOS_Presence_SetPresence.
Return Value
Success if we successfully created the Presence Modification Handle pointed at in OutPresenceModificationHandle, or an error result if the input data was invalid
See Also
EOS_PresenceModification_Release, EOS_Presence_SetPresence, EOS_PresenceModification_SetStatus, EOS_PresenceModification_SetRawRichText, EOS_PresenceModification_SetData, EOS_PresenceModification_DeleteData
Parameters
EOS_Presence_CreatePresenceModification
Parameter Type And Name | Usage Information |
---|---|
EOS_HPresence Handle | |
const EOS_Presence_CreatePresenceModificationOptions* Options | Object containing properties related to the user modifying their presence |
EOS_HPresenceModification* OutPresenceModificationHandle | Pointer to a Presence Modification Handle to be set if successful |