pub unsafe extern "C" fn FRD_GetFriendComment(
comments: *mut FriendComment,
commentsLen: u32_,
friendKeyList: *const FriendKey,
count: u32_,
) -> ResultExpand 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 charactersscreenNamescan hold. (max: 0xC00)friendKeyList- Pointer to input friend keys.count- Number of input friend keys.