ReactOS 0.4.16-dev-1946-g52006dd
_DNS_QUERY_REQUEST Struct Reference

#include <windns.h>

Collaboration diagram for _DNS_QUERY_REQUEST:

Public Attributes

ULONG Version
 
const WCHARQueryName
 
WORD QueryType
 
ULONG64 QueryOptions
 
PDNS_ADDR_ARRAY pDnsServerList
 
ULONG InterfaceIndex
 
PDNS_QUERY_COMPLETION_ROUTINE pQueryCompletionCallback
 
voidpQueryContext
 

Detailed Description

Definition at line 737 of file windns.h.

Member Data Documentation

◆ InterfaceIndex

ULONG _DNS_QUERY_REQUEST::InterfaceIndex

Definition at line 744 of file windns.h.

◆ pDnsServerList

PDNS_ADDR_ARRAY _DNS_QUERY_REQUEST::pDnsServerList

Definition at line 743 of file windns.h.

◆ pQueryCompletionCallback

PDNS_QUERY_COMPLETION_ROUTINE _DNS_QUERY_REQUEST::pQueryCompletionCallback

Definition at line 745 of file windns.h.

◆ pQueryContext

void* _DNS_QUERY_REQUEST::pQueryContext

Definition at line 746 of file windns.h.

◆ QueryName

const WCHAR* _DNS_QUERY_REQUEST::QueryName

Definition at line 740 of file windns.h.

◆ QueryOptions

ULONG64 _DNS_QUERY_REQUEST::QueryOptions

Definition at line 742 of file windns.h.

◆ QueryType

WORD _DNS_QUERY_REQUEST::QueryType

Definition at line 741 of file windns.h.

◆ Version

ULONG _DNS_QUERY_REQUEST::Version

Definition at line 739 of file windns.h.


The documentation for this struct was generated from the following file: