diff options
-rw-r--r-- | Plugins/historylog/sdk/m_historyevents.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Plugins/historylog/sdk/m_historyevents.h b/Plugins/historylog/sdk/m_historyevents.h index 901b893..aa44637 100644 --- a/Plugins/historylog/sdk/m_historyevents.h +++ b/Plugins/historylog/sdk/m_historyevents.h @@ -128,8 +128,9 @@ Return: BOOL Get the icon for a history event type
wParam: WORD - event type
-lParam: ignored
-Return: HICON - after use free with MS_HISTORYEVENTS_RELEASE_ICON
+lParam: BOOL - TRUE to copy the icon (should be released with DestroyObject),
+ FALSE to use icolib one (should be released with MS_HISTORYEVENTS_RELEASE_ICON)
+Return: HICON
*/
#define MS_HISTORYEVENTS_GET_ICON "HistoryEvents/GetIcon"
|