WS_UTF8_ARRAY_DESCRIPTION structure (webservices.h)

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

Syntax

typedef struct _WS_UTF8_ARRAY_DESCRIPTION {
  ULONG minByteCount;
  ULONG maxByteCount;
} WS_UTF8_ARRAY_DESCRIPTION;

Members

minByteCount

Specifies the minimum number of bytes of UTF8 character data.

maxByteCount

Specifies the maximum number of bytes of UTF8 character data.

Requirements

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