Function ACTA_DeleteServerAccount

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

Deletes a server account. In other words, this deletes an NNID (server-side).

ยงArguments

  • accountSlot - The account slot number of the local console account bound to the server account to delete.
  • completionEvent - The event handle to signal once the request has finished.