Choose your implementation method:
This function is part of the Presence Interface.
Get a user's cached presence object. If successful, this data must be released by calling EOS_Presence_Info_Release
Return Value
Success if we have cached data, or an error result if the request was invalid or we do not have cached data.
See Also
EOS_Presence_Info_Release
Parameters
EOS_Presence_CopyPresence
Parameter Type And Name
|
Usage Information
|
EOS_HPresence Handle
|
|
const EOS_Presence_CopyPresenceOptions* Options
|
Object containing properties related to who is requesting presence and for what user
|
EOS_Presence_Info** OutPresence
|
A pointer to a pointer of Presence Info. If the returned result is success, this will be set to data that must be later released, otherwise this will be set to NULL
|
If successful, this function provides data to the caller through an output parameter. Once you are finished with the data, you must release it by making the appropriate call into the EOS SDK.
This function is part of the Presence Interface.
Get a user's cached presence object. If successful, this data must be released by calling {Release}
Return Value
Success if we have cached data, or an error result if the request was invalid or we do not have cached data.
See Also
{Release}
Parameters
Presence.PresenceInterface.CopyPresence
Parameter Type And Name
|
Usage Information
|
CopyPresenceOptions options
|
Object containing properties related to who is requesting presence and for what user
|
Info outPresence
|
A pointer to a pointer of Presence Info. If the returned result is success, this will be set to data that must be later released, otherwise this will be set to NULL
|
If successful, this function provides data to the caller through an output parameter. The EOS SDK will automatically handle releasing the data when your code no longer holds any reference to it; you do not need to call a "Release" function.
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no