WSD_ENDPOINT_REFERENCE_LIST structure (wsdtypes.h)

Represents a node in a single-linked list of WSD_ENDPOINT_REFERENCE structures.

Syntax

typedef struct _WSD_ENDPOINT_REFERENCE_LIST {
  WSD_ENDPOINT_REFERENCE_LIST *Next;
  WSD_ENDPOINT_REFERENCE      *Element;
} WSD_ENDPOINT_REFERENCE_LIST;

Members

Next

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

Element

Reference to a WSD_ENDPOINT_REFERENCE structure that contains the endpoint 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

WSD_ENDPOINT_REFERENCE