Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |