WSDXML_PREFIX_MAPPING (Compact 2013)
3/26/2014
This structure describes an XML namespace prefix.
Syntax
typedef struct _WSDXML_PREFIX_MAPPING {
DWORD Refs;
WSDXML_PREFIX_MAPPING* Next;
WSDXML_NAMESPACE* Space;
WCHAR* Prefix;
} WSDXML_PREFIX_MAPPING;
Members
- Refs
The number of references to the mapping. When the value reaches zero, the mapping is deleted.
- Next
Reference to the next node in a linked list of WSDXML_PREFIX_MAPPING structures.
- Space
Reference to a WSDXML_NAMESPACE structure.
- Prefix
The text of the XML prefix.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |