ACTA:AcquireAccountTokenEx

From 3dbrew
Jump to navigation Jump to search

Request[edit]

Index Word Description
0
Header 0x041A01C2 Cmd 0x041A Param 7 Xlat 2
1 u8, Account slot
2-6 ASCII NULL-terminated account password (maximum 17 characters + NULL termination)
7 bool, use NULL as password (see description)
8 Descriptor for copying 1 handle
9 Completion event handle

Response[edit]

Index Word Description
0
Header 0x041A0040 Cmd 0x041A Param 1 Xlat 0
1 Result code

Description[edit]

Requests a refresh of the account access token (used for certain requests).

If use NULL as password is set to true, a NULL pointer will be used internally instead of the password data, even when one is given. The account password cache will be used instead (if it is enabled) in this case.