ACTA:UpdateAccountInfo: Difference between revisions
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|..." |
TimmSkiller (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
=Description= | =Description= | ||
Sends the given raw XML account info to the account server. In the official Nintendo Network ID Settings application, the following | Sends the given raw XML account info to the account server. In the official Nintendo Network ID Settings application, the following is one of the templates used for this command: | ||
< | <pre><person> | ||
<gender>%c</gender> | |||
<region>%u</region> | |||
<tz_name>%s</tz_name> | |||
</person></pre> | |||
The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account. | The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account. |