DDV_MinMaxSlider
Visual Studio .NET 2003
Call DDV_MinMaxSlider to verify that the value in the control associated with value falls between minVal and maxVal.
void AFXAPI DDV_MinMaxSlider( CDataExchange* pDX, DWORD value, DWORD minVal, DWORD maxVal );
Parameters
- pDX
- A pointer to a CDataExchange object. The framework supplies this object to establish the context of the data exchange, including its direction.
- value
- A reference to the value to be validated. This parameter holds or sets the slider control's current thumb position.
- minVal
- Minimum value allowed.
- maxVal
- Maximum value allowed.
Remarks
For more information about DDV, see Dialog Data Exchange and Validation. For information about slider controls, see Using CSliderCtrl.