WSDXML_TYPE (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |