Function ACTA_SendConfirmationMailForPin

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

Registers a parental email address to be used in case the parental controls PIN has been forgotten for a specific account.

ยงArguments

  • accountSlot - The account slot number of the account to register the fallback parental email for.
  • parentalEmail - Pointer to the parental email to use.
  • completionEvent - The event handle to signal once the request has finished.