Mark DNS_QUERY_OPTIONS with Flags attribute (#133)

pull/134/head
NN 2020-06-22 17:40:25 +03:00 committed by GitHub
parent a3bfd8c7cd
commit 556a264927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -296,6 +296,7 @@ namespace Vanara.PInvoke
/// <summary>A value representing the query options.</summary>
[PInvokeData("windns.h")]
[Flags]
public enum DNS_QUERY_OPTIONS : ulong
{
/// <summary/>
@ -3180,4 +3181,4 @@ namespace Vanara.PInvoke
}
}
}
}
}