summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2008-05-09 04:09:22 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2008-05-09 04:09:22 +0000
commitdcaa9ceb525ea78f859ca4180fd6776eef83b6db (patch)
treefeaf2f02ad9f9d6ec8d485838669ad21a5e128f3
parent861139c113056b7b54b07d423299828d3d5a99b1 (diff)
updated sdk header
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@102 c086bb3d-8645-0410-b8da-73a8550f86e7
-rw-r--r--Plugins/historylog/sdk/m_historyevents.h5
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"