diff --git a/PInvoke/User32/WinUser.Window.cs b/PInvoke/User32/WinUser.Window.cs index c3e0d1b9..bf823cda 100644 --- a/PInvoke/User32/WinUser.Window.cs +++ b/PInvoke/User32/WinUser.Window.cs @@ -8257,6 +8257,9 @@ namespace Vanara.PInvoke /// /// public MessageFilterInformation ExtStatus; + + /// The default value for this structure with the size field set appropriately. + public static CHANGEFILTERSTRUCT Default = new CHANGEFILTERSTRUCT() { cbSize = (uint)Marshal.SizeOf(typeof(CHANGEFILTERSTRUCT)) }; } ///