From dcaa9ceb525ea78f859ca4180fd6776eef83b6db Mon Sep 17 00:00:00 2001 From: pescuma Date: Fri, 9 May 2008 04:09:22 +0000 Subject: updated sdk header git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@102 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/historylog/sdk/m_historyevents.h | 5 +++-- 1 file 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" -- cgit v1.2.3