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[DNS_MAX_NAME_BUFFER_LENGTH]

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[2]

Reserved. Do not use.

Remarks

This structure is for internal use only.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Header windns.h