Share via


WSDXML_PREFIX_MAPPING

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure describes an XML namespace prefix.

Syntax

typedef struct _WSDXML_PREFIX_MAPPING {
  DWORD Refs;
  WSDXML_PREFIX_MAPPING* Next;
  WSDXML_NAMESPACE* Space;
  WCHAR* Prefix;
} WSDXML_PREFIX_MAPPING;

Members

  • Refs
    The number of references to the mapping. When the value reaches zero, the mapping is deleted.
  • Next
    Reference to the next node in a linked list of WSDXML_PREFIX_MAPPING structures.
  • Prefix
    The text of the XML prefix.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures