Expand Minimize
This topic has not yet been rated - Rate this topic

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

WebServices.h

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.