pub unsafe extern "C" fn FRD_RequestGameAuthentication(
serverId: u32_,
ingamesn: *mut u16_,
ingamesnSize: u32_,
majorSdkVersion: u8_,
minorSdkVersion: u8_,
completionEvent: Handle,
) -> ResultExpand description
Requests game server authentication.
ยงArguments
serverId- The ID of the NEX server to request authentication for.ingamesn- The UTF-16 nickname to use in game.ingamesnSize- Buffer size of the input ingamesn buffer. (max: FRIEND_INGAMESN_LEN * 2)majorSdkVersion- The major SDK version.minorSdkVersion- The minor SDK version.completionEvent- The event handle to signal once the operation has completed.