pub unsafe extern "C" fn FRD_GetFriendPlayingGame(
playingGames: *mut FriendPlayingGame,
friendKeyList: *const FriendKey,
count: u32_,
) -> ResultExpand description
Get the current user’s friends’ playing game.
§Arguments
playingGames- Pointer to write playing game data to.friendKeyList- Pointer to friend keys.count- Number of input friend keys.