3 references to MSGFLT
WindowsBase (3)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (3)
385
private static extern bool IntChangeWindowMessageFilter(WindowMessage message,
MSGFLT
dwFlag);
393
private static extern bool IntChangeWindowMessageFilterEx(IntPtr hwnd, WindowMessage message,
MSGFLT
action, [In, Out, Optional] ref CHANGEFILTERSTRUCT pChangeFilterStruct);
401
internal static MS.Internal.Interop.HRESULT ChangeWindowMessageFilterEx(IntPtr hwnd, WindowMessage message,
MSGFLT
action, out MSGFLTINFO extStatus)