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.
An optional type description used with WS_UINT16_TYPE to specify constraints on the set of values which can be deserialized.
Syntax
typedef struct _WS_UINT16_DESCRIPTION {
USHORT minValue;
USHORT maxValue;
} WS_UINT16_DESCRIPTION;
Members
minValue
The minimum value.
maxValue
The maximum value.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |