1 instantiation of CHANGEFILTERSTRUCT
WindowsBase (1)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
425var filterstruct = new CHANGEFILTERSTRUCT { cbSize = (uint)Marshal.SizeOf(typeof(CHANGEFILTERSTRUCT)) };
3 references to CHANGEFILTERSTRUCT
WindowsBase (3)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (3)
393private static extern bool IntChangeWindowMessageFilterEx(IntPtr hwnd, WindowMessage message, MSGFLT action, [In, Out, Optional] ref CHANGEFILTERSTRUCT pChangeFilterStruct); 425var filterstruct = new CHANGEFILTERSTRUCT { cbSize = (uint)Marshal.SizeOf(typeof(CHANGEFILTERSTRUCT)) };