Skip to main content

EOS_Friends_GetBlockedUsersCountOptions

Type Alias EOS_Friends_GetBlockedUsersCountOptions 

Source
pub type EOS_Friends_GetBlockedUsersCountOptions = _tagEOS_Friends_GetBlockedUsersCountOptions;
Expand description

Input parameters for the EOS_Friends_GetBlockedUsersCount function.

Aliased Type§

#[repr(C)]
pub struct EOS_Friends_GetBlockedUsersCountOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_EpicAccountIdDetails, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_FRIENDS_GETBLOCKEDUSERSCOUNT_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the user whose blocked users should be counted.