pub unsafe extern "C" fn FRD_GetFriendKeyList(
    friendKeyList: *mut FriendKey,
    num: *mut u32_,
    offset: u32_,
    size: u32_
) -> Result
Expand description

Gets the current user’s friend key list.

§Arguments

  • friendKeyList - Pointer to write the friend key list to.
  • num - Stores the number of friend keys obtained.
  • offset - The index of the friend key to start with.
  • size - Size of the friend key list. (FRIEND_LIST_SIZE)