Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Qt_DNS_QUERY_REQUEST Struct Reference
Collaboration diagram for Qt_DNS_QUERY_REQUEST:

Public Attributes

ULONG Version
PCWSTR QueryName
WORD QueryType
ULONG64 QueryOptions
PDNS_ADDR_ARRAY pDnsServerList
ULONG InterfaceIndex
PDNS_QUERY_COMPLETION_ROUTINE pQueryCompletionCallback
PVOID pQueryContext

Detailed Description

Definition at line 48 of file qdnslookup_win.cpp.

Member Data Documentation

◆ InterfaceIndex

ULONG Qt_DNS_QUERY_REQUEST::InterfaceIndex

Definition at line 54 of file qdnslookup_win.cpp.

◆ pDnsServerList

PDNS_ADDR_ARRAY Qt_DNS_QUERY_REQUEST::pDnsServerList

Definition at line 53 of file qdnslookup_win.cpp.

◆ pQueryCompletionCallback

PDNS_QUERY_COMPLETION_ROUTINE Qt_DNS_QUERY_REQUEST::pQueryCompletionCallback

Definition at line 55 of file qdnslookup_win.cpp.

◆ pQueryContext

PVOID Qt_DNS_QUERY_REQUEST::pQueryContext

Definition at line 56 of file qdnslookup_win.cpp.

◆ QueryName

PCWSTR Qt_DNS_QUERY_REQUEST::QueryName

Definition at line 50 of file qdnslookup_win.cpp.

◆ QueryOptions

ULONG64 Qt_DNS_QUERY_REQUEST::QueryOptions

Definition at line 52 of file qdnslookup_win.cpp.

◆ QueryType

WORD Qt_DNS_QUERY_REQUEST::QueryType

Definition at line 51 of file qdnslookup_win.cpp.

◆ Version

ULONG Qt_DNS_QUERY_REQUEST::Version

Definition at line 49 of file qdnslookup_win.cpp.


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