EOS_Presence_CreatePresenceModification

EOS API reference page for EOS_Presence_CreatePresenceModification

1 min to read

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 NameUsage Information
EOS_HPresence Handle
const EOS_Presence_CreatePresenceModificationOptions* OptionsObject containing properties related to the user modifying their presence
EOS_HPresenceModification* OutPresenceModificationHandlePointer to a Presence Modification Handle to be set if successful