WSDXML_NAME structure (wsdxmldom.h)

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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wsdxmldom.h