Reversed #139 changes to size of DNS_QUERY_OPTIONS

pull/140/head
dahall 2020-06-24 15:12:55 -06:00
parent a723920e35
commit e5230de735
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ namespace Vanara.PInvoke
/// <summary>A value representing the query options.</summary>
[PInvokeData("windns.h")]
[Flags]
public enum DNS_QUERY_OPTIONS : uint
public enum DNS_QUERY_OPTIONS : ulong
{
/// <summary/>
DNS_QUERY_STANDARD = 0x00000000,