Visual Studio 2010 - Visual C++
DDV_MinMaxDouble
Call DDV_MinMaxDouble to verify that the value in the control associated with value falls between minVal and maxVal.
void AFXAPI DDV_MinMaxDouble( CDataExchange* pDX, double const& value, double minVal, double maxVal );
Parameters
Remarks
For more information about DDV, see Dialog Data Exchange and Validation.
Requirements
Header: afxdd_.h
See Also