WSDXML_NAME (Compact 2013)
3/26/2014
This structure specifies an XML qualified name.
Syntax
typedef struct _WSDXML_NAME {
WSDXML_NAMESPACE* Space;
WCHAR* LocalName;
} WSDXML_NAME;
Members
- Space
Reference to a WSDXML_NAMESPACE structure that specifies the namespace of the qualified name.
- LocalName
The local name of the qualified name.
Remarks
WSDXML_NAME represents a single name within a namespace. The relationship between the name and namespace is circular, in that the Space pointer of the name points to the namespace the name belongs to, and the Names array of the namespace will have an entry for the name.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |