Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies constraints on the set of values which can be deserialized.This type description is used with WS_BYTE_ARRAY_TYPE and is optional.
Syntax
typedef struct _WS_BYTE_ARRAY_DESCRIPTION {
ULONG minByteCount;
ULONG maxByteCount;
} WS_BYTE_ARRAY_DESCRIPTION;
Members
minByteCount
Specifies the minimum number of bytes.
maxByteCount
Specifies the maximum number of bytes.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |