ACTA:InactivateAccountDeviceAssociation: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x042D|1|2}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/CopyHandle|1}} {{IPC/CopyHandleEntry|Completion event handle}} {{IPC/Req..." |
TimmSkiller (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
Inactivates the account-device association for the account. In other words, this deletes the Nintendo Network ID associated with the account slot. The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account. | Inactivates the account-device association for the account. In other words, this deletes the Nintendo Network ID associated with the account slot. The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account. | ||
This also sets the [[ACT_Services#DataBlocks|IsServerAccountDeleted (BlkID 0x24)]] field in the account data. | This also sets the [[ACT_Services#DataBlocks|IsServerAccountDeleted (BlkID 0x24)]] field in the account data to <code>true</code>. |
Latest revision as of 15:07, 24 January 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Account slot | ||||||||
2 | Descriptor for copying 1 handle | ||||||||
3 | Completion event handle |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description
Inactivates the account-device association for the account. In other words, this deletes the Nintendo Network ID associated with the account slot. The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account.
This also sets the IsServerAccountDeleted (BlkID 0x24) field in the account data to true
.