Share via


WSDXML_NAME

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures