From edc889e1188d25838da939e0ec49f057ec7ee99e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 24 Sep 2013 20:30:01 +0000 Subject: ME_POPUP_FILTER - popup filtering event git-svn-id: http://svn.miranda-ng.org/main/trunk@6218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_popup.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/m_popup.h') diff --git a/include/m_popup.h b/include/m_popup.h index 84bc5de878..3edf9addb9 100644 --- a/include/m_popup.h +++ b/include/m_popup.h @@ -300,6 +300,17 @@ static int __inline PUShowMessageW(wchar_t *lpwzText, DWORD kind) { #define PUShowMessageT PUShowMessage #endif +/* Popup/Filter +Filters popups out + +wParam = (HANDLE)hContact +lParam = (void*)pWindowProc; + +returns: 0 = popup allowed, 1 = popup filtered out +*/ + +#define ME_POPUP_FILTER "Popup/Filter" + //------------- Class API ----------------// typedef struct { -- cgit v1.2.3