Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
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 |