MDNS_QUERY_HANDLE structure (windns.h)
Contains information related to an ongoing MDNS query. Your application must not modify its contents.
Syntax
typedef struct _MDNS_QUERY_HANDLE {
WCHAR nameBuf[DNS_MAX_NAME_BUFFER_LENGTH];
WORD wType;
PVOID pSubscription;
PVOID pWnfCallbackParams;
ULONG stateNameData[2];
} MDNS_QUERY_HANDLE, *PMDNS_QUERY_HANDLE;
Members
nameBuf
A value representing the queried name.
wType
A value representing the type of the query.
pSubscription
Reserved. Do not use.
pWnfCallbackParams
Reserved. Do not use.
stateNameData
Reserved. Do not use.
Remarks
This structure is for internal use only.
Requirements
| Minimum supported client | Windows 10 [desktop apps only] |
| Header | windns.h |