WSD_URI_LIST (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |