Function ACTA_LoadConsoleAccount

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

Loads (“logs in to”) a local console account.

§Arguments

  • accountSlot - The account slot number of the local console account to load.
  • doPasswordCheck - Whether or not the check the input password, or if one isn’t provided, the cached password (if enabled).
  • password - Pointer to the input password.
  • useNullPassword - Whether or not to forcefully use NULL as the password (= no password).
  • dryRun - Whether or not to execute this command as a “dry run,” not actually changing the current account to specified one.