Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |