Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 1.76 KB

ns-wsdxmldom-wsdxml_name.md

File metadata and controls

69 lines (58 loc) · 1.76 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wsdxmldom._WSDXML_NAME
WSDXML_NAME (wsdxmldom.h)
Specifies an XML qualified name.
WSDXML_NAME
WSDXML_NAME structure
_WSDXML_NAME
ncd.wsdxml_name_struct
wsdxmldom/WSDXML_NAME
ncd\wsdxml_name_struct.htm
ncd
9dce71d2-700c-4f86-9308-dee6a69010bb
12/05/2018
WSDXML_NAME, WSDXML_NAME structure, _WSDXML_NAME, ncd.wsdxml_name_struct, wsdxmldom/WSDXML_NAME
wsdxmldom.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
WSDXML_NAME
19H1
_WSDXML_NAME
wsdxmldom/_WSDXML_NAME
WSDXML_NAME
wsdxmldom/WSDXML_NAME
c++
APIRef
kbSyntax
HeaderDef
WsdXmldom.h
WSDXML_NAME

WSDXML_NAME structure

-description

Specifies an XML qualified name.

-struct-fields

-field Space

Reference to a WSDXML_NAMESPACE structure that specifies the namespace of the qualified name.

-field 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.