Difference between revisions of "FRDU:GetFriendComment"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0031|2|2}} {{IPC/RequestEntry|Total amount of UTF-16 characters the output buffer can hold (max. 0x400) (Count * 0x11)}} {{IPC/...") |
TimmSkiller (talk | contribs) |
||
Line 10: | Line 10: | ||
{{IPC/RequestStaticBuffers}} | {{IPC/RequestStaticBuffers}} | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
− | {{IPC/TranslateStaticBuffer|Output friend comment buffer (Count * | + | {{IPC/TranslateStaticBuffer|Output friend comment buffer (Count * 0x22) (16 characters + null termination each)|0}} |
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 22: | Line 22: | ||
=Description= | =Description= | ||
− | Returns the friend comment (personal message) set in the friends list for the specified friend keys. If an input friend key was not found in the friends list, | + | Returns the friend comment (personal message) set in the friends list for the specified friend keys. If an input friend key was not found in the friends list, an internal default placeholder friend entry will be used to populate the data. |
Revision as of 21:10, 15 December 2024
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Total amount of UTF-16 characters the output buffer can hold (max. 0x400) (Count * 0x11) | ||||||||
2 | Count | ||||||||
3 | Descriptor for static buffer (id 0) | ||||||||
4 | Input FriendKey buffer |
Request Static Buffers
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 | Output friend comment buffer (Count * 0x22) (16 characters + null termination each) |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | Descriptor for static buffer (id 0) | ||||||||
3 | Output friend comment buffer |
Description
Returns the friend comment (personal message) set in the friends list for the specified friend keys. If an input friend key was not found in the friends list, an internal default placeholder friend entry will be used to populate the data.