Share via


WSDXML_TYPE (Compact 2013)

3/26/2014

This structure describes an XSD type. This structure is populated by generated code. For information on generated code, see this Microsoft Web site.

Syntax

typedef struct _WSDXML_TYPE {
  WCHAR* Uri;
  BYTE* Table;
} WSDXML_TYPE;

Members

  • Uri
    The optional URI that identifies the type.
  • Table
    The type table that describes the schema of the type and its binary representation.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

Web Services on Devices Structures