Share via


WSD_PROBE_MATCH_LIST

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure 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

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures