ReactOS 0.4.16-dev-1946-g52006dd
_DNS_SERVICE_BROWSE_REQUEST Struct Reference

#include <windns.h>

Collaboration diagram for _DNS_SERVICE_BROWSE_REQUEST:

Public Attributes

ULONG Version
 
ULONG InterfaceIndex
 
const WCHARQueryName
 
union {
   PDNS_SERVICE_BROWSE_CALLBACK   pBrowseCallback
 
   DNS_QUERY_COMPLETION_ROUTINE *   pBrowseCallbackV2
 
}; 
 
voidpQueryContext
 

Detailed Description

Definition at line 766 of file windns.h.

Member Data Documentation

◆ 

union { ... } _DNS_SERVICE_BROWSE_REQUEST::@4174

◆ InterfaceIndex

ULONG _DNS_SERVICE_BROWSE_REQUEST::InterfaceIndex

Definition at line 769 of file windns.h.

◆ pBrowseCallback

PDNS_SERVICE_BROWSE_CALLBACK _DNS_SERVICE_BROWSE_REQUEST::pBrowseCallback

Definition at line 773 of file windns.h.

◆ pBrowseCallbackV2

DNS_QUERY_COMPLETION_ROUTINE* _DNS_SERVICE_BROWSE_REQUEST::pBrowseCallbackV2

Definition at line 774 of file windns.h.

◆ pQueryContext

void* _DNS_SERVICE_BROWSE_REQUEST::pQueryContext

Definition at line 776 of file windns.h.

◆ QueryName

const WCHAR* _DNS_SERVICE_BROWSE_REQUEST::QueryName

Definition at line 770 of file windns.h.

◆ Version

ULONG _DNS_SERVICE_BROWSE_REQUEST::Version

Definition at line 768 of file windns.h.


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