Function FRD_GetFriendComment

Source
pub unsafe extern "C" fn FRD_GetFriendComment(
    comments: *mut FriendComment,
    commentsLen: u32_,
    friendKeyList: *const FriendKey,
    count: u32_,
) -> Result
Expand description

Gets the comment (personal) message of the current user’s friends.

§Arguments

  • comments - Pointer to write the friend comment data to.
  • commentsLen - Number of UTF-16 characters screenNames can hold. (max: 0xC00)
  • friendKeyList - Pointer to input friend keys.
  • count - Number of input friend keys.