pub unsafe extern "C" fn ACTA_ReserveServerAccountDeletion(
accountSlot: u8_,
completionEvent: Handle,
) -> ResultExpand 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.