pub unsafe extern "C" fn ACTA_InactivateAccountDeviceAssociation(
accountSlot: u8_,
completionEvent: Handle,
) -> ResultExpand description
Inactivates the account-device association 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.