FRDU:GetFriendComment: Difference between revisions
TimmSkiller (talk | contribs) No edit summary |
TimmSkiller (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
{{IPC/RequestStaticBuffers}} | {{IPC/RequestStaticBuffers}} | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
{{IPC/TranslateStaticBuffer| | {{IPC/TranslateStaticBuffer|Pointer to output UTF-16 friend comments (16 characters + null termination <b>each</b>)|0}} | ||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 18: | Line 18: | ||
{{IPC/RequestHeader|0x0031|1|2}} | {{IPC/RequestHeader|0x0031|1|2}} | ||
{{IPC/RequestEntry|Result code}} | {{IPC/RequestEntry|Result code}} | ||
{{IPC/TranslateStaticBuffer| | {{IPC/TranslateStaticBuffer|Pointer to output UTF-16 friend comments|0}} | ||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
=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, an internal default placeholder friend entry will be used to populate the data. | 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. |