Function ACTA_SendCoppaCodeMail

Source
pub unsafe extern "C" fn ACTA_SendCoppaCodeMail(
    accountSlot: u8_,
    principalId: u32_,
    completionEvent: Handle,
) -> Result
Expand description

Requests a COPPA code for a specific account.

ยงArguments

  • accountSlot - The account slot number for the account to send the request for.
  • principalId - The principalId of the account to send the request for.
  • completionEvent - The event handle to signal once the request has finished.