Skip to main content

EOS_Presence_QueryPresenceCallbackInfo

Type Alias EOS_Presence_QueryPresenceCallbackInfo 

Source
pub type EOS_Presence_QueryPresenceCallbackInfo = _tagEOS_Presence_QueryPresenceCallbackInfo;
Expand description

The result meta-data for a presence query.

Aliased Type§

#[repr(C)]
pub struct EOS_Presence_QueryPresenceCallbackInfo { pub ResultCode: i32, pub ClientData: *mut c_void, pub LocalUserId: *mut EOS_EpicAccountIdDetails, pub TargetUserId: *mut EOS_EpicAccountIdDetails, }

Fields§

§ResultCode: i32

Result code for the operation. EOS_Success is returned for a successful query, other codes indicate an error

§ClientData: *mut c_void

Client-specified data passed into EOS_Presence_QueryPresence

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the local user who made this request

§TargetUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the user whose presence was potentially queried