Function ACTA_AcquireAccountTokenEx

Source
pub unsafe extern "C" fn ACTA_AcquireAccountTokenEx(
    accountSlot: u8_,
    password: *mut AccountPassword,
    useNullPassword: bool,
    completionEvent: Handle,
) -> Result
Expand description

Acquires an account token for a specific account.

ยงArguments

  • accountSlot - The account slot number of the account to acquire the account token for.
  • password - Pointer to the password of the account.
  • useNullPassword - Whether or not to force NULL as the password (no password). This will cause the account password cache to be used instead, if it is enabled.
  • completionEvent - The event handle to signal once the request has finished.