WS_INT64_DESCRIPTION structure
An optional type description used with WS_INT64_TYPE to specify constraints on the set of values which can be deserialized.
Syntax
struct WS_INT64_DESCRIPTION {
__int64 minValue;
__int64 maxValue;
};
Members
- minValue
-
The minimum value.
- maxValue
-
The maximum value.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 11/27/2012
