Added CHANGEFILTERSTRUCT.Default field

pull/348/head
David Hall 2022-11-16 21:38:56 -07:00
parent 13b2c2960c
commit abf3434b87
1 changed files with 3 additions and 0 deletions

View File

@ -8257,6 +8257,9 @@ namespace Vanara.PInvoke
/// </list>
/// </summary>
public MessageFilterInformation ExtStatus;
/// <summary>The default value for this structure with the size field set appropriately.</summary>
public static CHANGEFILTERSTRUCT Default = new CHANGEFILTERSTRUCT() { cbSize = (uint)Marshal.SizeOf(typeof(CHANGEFILTERSTRUCT)) };
}
/// <summary>