Difference between revisions of "FRDU:GetFriendKeyList"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) |
TimmSkiller (talk | contribs) |
||
Line 8: | Line 8: | ||
=Request Static Buffers= | =Request Static Buffers= | ||
− | {{IPC/ | + | {{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}} |
Latest revision as of 23:46, 14 December 2024
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
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 |
| ||||||||
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.