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.
Represents a qname formatted as the text "prefix:localName"
Syntax
typedef struct _WS_XML_QNAME_TEXT {
WS_XML_TEXT text;
WS_XML_STRING *prefix;
WS_XML_STRING *localName;
WS_XML_STRING *ns;
} WS_XML_QNAME_TEXT;
Members
text
The base type for all types that derive from WS_XML_TEXT.
prefix
The prefix.
localName
The local name.
ns
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |