Difference between revisions of "FRDU:GetFriendKeyList"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestHeader|0x0011|2|0}} {{IPC/RequestEntry|Offset}} {{IPC/RequestEntry|Count (max. number of entries to get)}} {...")
 
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
  
 
=Request Static Buffers=
 
=Request Static Buffers=
{{IPC/Request}}
+
{{IPC/RequestStaticBuffers}}
 
{{#vardefine:ipc_offset|0}}
 
{{#vardefine:ipc_offset|0}}
 
{{IPC/TranslateStaticBuffer|Pointer to output [[Friend_Services#FriendKey|FriendKey]] structures (max. 0x800 / 0x10 in size)|0}}
 
{{IPC/TranslateStaticBuffer|Pointer to output [[Friend_Services#FriendKey|FriendKey]] structures (max. 0x800 / 0x10 in size)|0}}
Line 23: Line 23:
  
 
=Description=
 
=Description=
Returns [[Friend_Services#FriendKey]] structures for all or part of the console's friend list.
+
Returns [[Friend_Services#FriendKey|FriendKey]] structures for all or part of the console's friend list.

Latest revision as of 23:46, 14 December 2024

Request[edit]

Index Word Description
0
Header 0x00110080 Cmd 0x0011 Param 2 Xlat 0
1 Offset
2 Count (max. number of entries to get)

Request Static Buffers[edit]

The handler for this IPC command expects the following 0x100-bytes after the beginning of the above command buffer:

Index Word Description


0 Descriptor for static buffer (id 0)
1 Pointer to output FriendKey structures (max. 0x800 / 0x10 in size)

Response[edit]

Index Word Description
0
Header 0x00110082 Cmd 0x0011 Param 2 Xlat 2
1 Result code
2 Number of read entries
3 Descriptor for static buffer (id 0)
4 Pointer to output FriendKey structures

Description[edit]

Returns FriendKey structures for all or part of the console's friend list.