WSD_SERVICE_METADATA_LIST structure (wsdtypes.h)

Represents a node in a single-linked list of service metadata structures.

Syntax

typedef struct _WSD_SERVICE_METADATA_LIST {
  WSD_SERVICE_METADATA_LIST *Next;
  WSD_SERVICE_METADATA      *Element;
} WSD_SERVICE_METADATA_LIST;

Members

Next

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

Element

Reference to a WSD_SERVICE_METADATA structure that represents the service metadata 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_SERVICE_METADATA