pub unsafe extern "C" fn ACT_AcquireNexServiceToken(
accountSlot: u8_,
serverId: u32_,
doParentralControlsCheck: bool,
callerProcessId: u32_,
completionEvent: Handle,
) -> ResultExpand description
Acquires an account-specific service token for a NEX server.
ยงArguments
accountSlot- The account slot number of the account to use for acquiring the token.serverId- The NEX server ID to request a service token for.doParentalControlsCheck- Whether or not to perform a parental controls check before requesting the token. (unused)callerProcessId- The process ID of the process requesting the token.completionEvent- The event handle to signal once the request has finished.