DNS_SERVICE_CANCEL structure (windns.h)

Used to cancel an asynchronous DNS-SD operation.

Syntax

typedef struct _DNS_SERVICE_CANCEL {
  PVOID reserved;
} DNS_SERVICE_CANCEL, *PDNS_SERVICE_CANCEL;

Members

reserved

Contains a handle associated with the asynchronous operation to cancel. Your application must not modify this value.

Remarks

This structure is returned in the pCancel parameter from a previous call to DnsServiceBrowse, DnsServiceRegister, or DnsServiceResolve.

Requirements

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