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