WSD_PROBE_MATCH_LIST structure (wsdtypes.h)

Represents a node in a single-linked list of ProbeMatch message structures.

Syntax

typedef struct _WSD_PROBE_MATCH_LIST {
  WSD_PROBE_MATCH_LIST *Next;
  WSD_PROBE_MATCH      *Element;
} WSD_PROBE_MATCH_LIST;

Members

Next

Reference to the next node in the linked list of WSD_PROBE_MATCH_LIST structures.

Element

Reference to a WSD_PROBE_MATCH structure that contains the ProbeMatch message referenced by this node.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wsdtypes.h (include Wsdapi.h)

See also

Probe Message

ProbeMatches Message

WSD_PROBE

WSD_PROBE_MATCH

WSD_PROBE_MATCHES