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