WSD_LOCALIZED_STRING_LIST (Compact 2013)
3/26/2014
This structure represents a node in a single-linked list of localized strings.
Syntax
typedef struct _WSD_LOCALIZED_STRING_LIST {
WSD_LOCALIZED_STRING_LIST* Next;
WSD_LOCALIZED_STRING* Element;
} WSD_LOCALIZED_STRING_LIST;
Members
- Next
Reference to the next node in the linked list of WSD_LOCALIZED_STRING_LIST structures.
- Element
The localized string referenced by this node.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |