WSDXML_PREFIX_MAPPING structure (wsdxmldom.h)
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wsdxmldom.h |