Difference between revisions of "ACTU:AcquirePrincipalIdByAccountId"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0018|1|4}} {{IPC/RequestEntry|Input account ID buffer size (count * (0x10 + 1), each being max. 16 characters ASCII + NULL term...") |
TimmSkiller (talk | contribs) |
||
Line 12: | Line 12: | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
{{IPC/RequestHeader|0x0018|1|0}} | {{IPC/RequestHeader|0x0018|1|0}} | ||
+ | {{IPC/RequestEntry|Result code}} | ||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
=Description= | =Description= | ||
Requests principal IDs corresponding to the given account IDs (Nintendo Network ID usernames). | Requests principal IDs corresponding to the given account IDs (Nintendo Network ID usernames). |
Latest revision as of 14:48, 7 March 2025
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Input account ID buffer size (count * (0x10 + 1), each being max. 16 characters ASCII + NULL terminator, total max size 0x800) | ||||||||
2 | Descriptor for copying 1 handle | ||||||||
3 | Completion event handle | ||||||||
4 | Descriptor for static buffer (id 0) | ||||||||
5 | Input account ID buffer pointer (max total size 0x800) |
Response[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description[edit]
Requests principal IDs corresponding to the given account IDs (Nintendo Network ID usernames).