Skip to main content

EOS_Friends_SendInviteCallbackInfo

Type Alias EOS_Friends_SendInviteCallbackInfo 

Source
pub type EOS_Friends_SendInviteCallbackInfo = _tagEOS_Friends_SendInviteCallbackInfo;
Expand description

Output parameters for the EOS_Friends_SendInvite API.

Aliased Type§

#[repr(C)]
pub struct EOS_Friends_SendInviteCallbackInfo { 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 if the invitation was sent, otherwise one of the error codes is returned. See eos_common.h

§ClientData: *mut c_void

Context that was passed into EOS_Friends_SendInvite

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the user who sent the friends list invitation

§TargetUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the user to whom the friends list invitation was sent