ACTA:UpdateAccountInfo: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x042F|2|4}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntry|Input XML data buffer size (max. 0x800)}} {{IPC/CopyHandle|..." |
(No difference)
|
Revision as of 14:45, 24 January 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Account slot | ||||||||
2 | Input XML data buffer size (max. 0x800) | ||||||||
3 | Descriptor for copying 1 handle | ||||||||
4 | Completion event handle | ||||||||
5 | Descriptor for mapping a read-only buffer in the target process | ||||||||
6 | Input XML data buffer |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Descriptor for mapping a read-only buffer in the target process | ||||||||
3 | Input XML data buffer |
Description
Sends the given raw XML account info to the account server. In the official Nintendo Network ID Settings application, the following template is used for this command:
<person><gender>%c</gender><region>%u</region><tz_name>%s</tz_name></person>
The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account.