WS_XML_QNAME_DESCRIPTION structure (webservices.h)

This type description is used with WS_XML_QNAME_TYPE and is optional. It is used to specify constraints on the set of values which can be deserialized.

Syntax

typedef struct _WS_XML_QNAME_DESCRIPTION {
  ULONG minLocalNameByteCount;
  ULONG maxLocalNameByteCount;
  ULONG minNsByteCount;
  ULONG maxNsByteCount;
} WS_XML_QNAME_DESCRIPTION;

Members

minLocalNameByteCount

The minimum number of bytes of UTF8 character data for the local name string.

maxLocalNameByteCount

The maximum number of bytes of UTF8 character data for the local name string.

minNsByteCount

The minimum number of bytes of UTF8 character data for the namespace string.

maxNsByteCount

The maximum number of bytes of UTF8 character data for the namespace string.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h