Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A structure used to specify an XML name (of an element or an attribute) as a local name, namespace pair.
Syntax
typedef struct _WS_XML_QNAME {
WS_XML_STRING localName;
WS_XML_STRING ns;
} WS_XML_QNAME;
Members
localName
The local name.
ns
The namespace URI.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Header | webservices.h |