WSD_URI_LIST (Compact 2013)
3/26/2014
This structure 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
Header |
wsdapi.h |
Library |
wsdapi.lib |