summaryrefslogtreecommitdiff
path: root/message_notify/mywindowlist.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:37:22 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:37:22 +0000
commit10a3bfa53858f75fa64833ce5d860a14a756c38a (patch)
treead7d5b7f857c5120a77d3b1e60b46512ebf47f56 /message_notify/mywindowlist.h
parent7f6efd8c36003cb710319a358f62f1a0d8900384 (diff)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@7 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/mywindowlist.h')
-rw-r--r--message_notify/mywindowlist.h18
1 files changed, 18 insertions, 0 deletions
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