Function ACTA_SendMasterKeyMailForPin

Source
pub unsafe extern "C" fn ACTA_SendMasterKeyMailForPin(
    accountSlot: u8_,
    masterKey: u32_,
    parentalEmail: *mut AccountMailAddress,
    completionEvent: Handle,
) -> Result
Expand description

Sends the master key for resetting parental controls to a parental email for a specific account.

ยงArguments

  • accountSlot - The account slot number for the account to be used for this operation.
  • masterKey - The master key to send to the parental email address.
  • parentalEmail - Pointer to the parental email address to send the master key to.
  • completionEvent - The event handle to signal once the request has finished.