Difference between revisions of "ACTA:DeleteServerAccount"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0418|1|2}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/CopyHandle|1}} {{IPC/CopyHandleEntry|Completion event handle}} {{IPC/Req...")
 
 
Line 16: Line 16:
 
=Description=
 
=Description=
 
Deletes the Nintendo Network ID (on the server-side) for the given account slot.
 
Deletes the Nintendo Network ID (on the server-side) for the given account slot.
 +
 +
This also sets the [[ACT_Services#DataBlocks|IsServerAccountDeleted (BlkID 0x24)]] field in the account data to <code>true</code>.

Latest revision as of 14:12, 24 January 2025

Request[edit]

Index Word Description
0
Header 0x04180042 Cmd 0x0418 Param 1 Xlat 2
1 u8, Account slot
2 Descriptor for copying 1 handle
3 Completion event handle

Response[edit]

Index Word Description
0
Header 0x04180040 Cmd 0x0418 Param 1 Xlat 0
1 Result code

Description[edit]

Deletes the Nintendo Network ID (on the server-side) for the given account slot.

This also sets the IsServerAccountDeleted (BlkID 0x24) field in the account data to true.