Function FRD_GetFriendAttributeFlags

Source
pub unsafe extern "C" fn FRD_GetFriendAttributeFlags(
    attributes: *mut u32_,
    friendKeyList: *const FriendKey,
    count: u32_,
) -> Result
Expand description

Get attributes for the current user’s friends.

§Arguments

  • attributes - Pointer to output the attributes to.
  • friendKeyList - Pointer to input friend keys to query attributes for.
  • count - Number of input friend keys.