ACTA:UpdateAccountInfo

ACTA:UpdateAccountInfo

Request #

WordDescription
0
0x042F0084Cmd0x042FParam2Xlat4
1u8, Account slot
2Input XML data buffer size (max. 0x800)
3Descriptor for copying 1 handle
4Completion event handle
5Descriptor for mapping a read-only buffer in the target process
6Input XML data buffer

Response #

WordDescription
0
0x042F0042Cmd0x042FParam1Xlat2
1Result code
2Descriptor for mapping a read-only buffer in the target process
3Input 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 is one of the templates 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.