This function is part of the Presence Interface.
Creates a presence modification handle. This handle can used to add multiple changes to your presence that can be applied with {SetPresence}.
The resulting handle must be released by calling {PresenceModification.Release} once it has been passed to {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
{PresenceModification.Release}, {SetPresence}, {PresenceModification.SetStatus}, {PresenceModification.SetRawRichText}, {PresenceModification.SetData}, {PresenceModification.DeleteData}
Parameters
Presence.PresenceInterface.CreatePresenceModification
Parameter Type And Name
|
Usage Information
|
CreatePresenceModificationOptions options
|
Object containing properties related to the user modifying their presence
|
PresenceModification outPresenceModificationHandle
|
Pointer to a Presence Modification Handle to be set if successful
|