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: i32API Version: Set this to EOS_FRIENDS_GETBLOCKEDUSERSCOUNT_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the user whose blocked users should be counted.