Difference between revisions of "ACTU:AcquireAccountIdByPrincipalId"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0017|2|4}} {{IPC/RequestEntry|Input principal ID buffer size (count * 4)}} {{IPC/RequestEntry|u8, unknown (see description)}} {...")
 
 
Line 2: Line 2:
 
{{IPC/Request}}
 
{{IPC/Request}}
 
{{IPC/RequestHeader|0x0017|2|4}}
 
{{IPC/RequestHeader|0x0017|2|4}}
{{IPC/RequestEntry|Input principal ID buffer size (count * 4)}}
+
{{IPC/RequestEntry|Input principal ID buffer size (count * 4, max total size 0x800)}}
 
{{IPC/RequestEntry|u8, unknown (see description)}}
 
{{IPC/RequestEntry|u8, unknown (see description)}}
 
{{IPC/CopyHandle|1}}
 
{{IPC/CopyHandle|1}}
 
{{IPC/CopyHandleEntry|Completion event handle}}
 
{{IPC/CopyHandleEntry|Completion event handle}}
{{IPC/TranslateStaticBuffer|Input principal ID buffer pointer (count * 4)|0}}
+
{{IPC/TranslateStaticBuffer|Input principal ID buffer pointer (count * 4, max total size 0x800)|0}}
 
{{IPC/RequestEnd}}
 
{{IPC/RequestEnd}}
  

Latest revision as of 16:50, 20 January 2025

Request[edit]

Index Word Description
0
Header 0x00170084 Cmd 0x0017 Param 2 Xlat 4
1 Input principal ID buffer size (count * 4, max total size 0x800)
2 u8, unknown (see description)
3 Descriptor for copying 1 handle
4 Completion event handle
5 Descriptor for static buffer (id 0)
6 Input principal ID buffer pointer (count * 4, max total size 0x800)

Response[edit]

Index Word Description
0
Header 0x00170040 Cmd 0x0017 Param 1 Xlat 0
1 Result code

Description[edit]

Requests account IDs (Nintendo Network ID usernames) for the given list of principal IDs.

If the u8, unknown parameter is non-zero, error 0xE0A14CC8 is returned.