Function ACTA_ReserveServerAccountDeletion

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

Initializes server-side account deletion for a specific account. In other words, this deletes an NNID.

ยงArguments

  • accountSlot - The account slot number of the account to perform this action on.
  • completionEvent - The event handle to signal once the request has finished.