ACTA:AcquireAccountTokenEx: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x041A|7|2}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntryRange|5|ASCII NULL-terminated account password (maximum 17 c..." |
(No difference)
|
Latest revision as of 16:18, 23 January 2025
Request
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 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
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 1 | Result code |
Description
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.