Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies constraints on the set of values which can be deserialized.This type description is used with WS_CHAR_ARRAY_TYPE and is optional.
Syntax
typedef struct _WS_CHAR_ARRAY_DESCRIPTION {
ULONG minCharCount;
ULONG maxCharCount;
} WS_CHAR_ARRAY_DESCRIPTION;
Members
minCharCount
The minimum number of characters.
maxCharCount
The maximum number of characters.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |