WSD_URI_LIST structure (wsdtypes.h)

Represents a node in a linked list of URIs.

Syntax

typedef struct _WSD_URI_LIST {
  WSD_URI_LIST *Next;
  const WCHAR  *Element;
} WSD_URI_LIST;

Members

Next

Reference to the next node in the single-linked list of WSD_URI_LIST structures.

Element

The URI 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)