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.
1/6/2010
This structure represents a node in a single-linked list of metadata sections.
Syntax
typedef struct _WSD_METADATA_SECTION_LIST {
WSD_METADATA_SECTION_LIST* Next;
WSD_METADATA_SECTION* Element;
} WSD_METADATA_SECTION_LIST;
Members
- Next
Reference to the next node in the linked list of WSD_METADATA_SECTION_LIST structures.
- Element
The metadata section referenced by this node.
Requirements
| Header | wsdapi.h |
| Library | wsdapi.lib |
| Windows Embedded CE | Windows Embedded CE 6.0 R2 |