From 10a3bfa53858f75fa64833ce5d860a14a756c38a Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 1 Nov 2006 14:37:22 +0000 Subject: git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@7 4f64403b-2f21-0410-a795-97e2b3489a10 --- message_notify/mywindowlist.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 message_notify/mywindowlist.h (limited to 'message_notify/mywindowlist.h') diff --git a/message_notify/mywindowlist.h b/message_notify/mywindowlist.h new file mode 100644 index 0000000..f5fe2f6 --- /dev/null +++ b/message_notify/mywindowlist.h @@ -0,0 +1,18 @@ +#ifndef _MYWINDOWLIST_INC +#define _MYWINDOWLIST_INC + +bool InList(HANDLE hContact, HWND hWnd); +void AddToWindowList(HANDLE hContact, HWND hWnd); +void RemoveFromWindowList(HANDLE hContact, HWND hWnd); + +void PostMessageWindowList(UINT msg, WPARAM wParam, LPARAM lParam); +void PostMessageWindowListContact(HANDLE hContact, UINT msg, WPARAM wParam, LPARAM lParam); + + +int CountList(HANDLE hContact); +bool EmptyList(HANDLE hContact); + +void InitWindowList(); +void DeinitWindowList(); + +#endif -- cgit v1.2.3