DDV_MinMaxSlider

 

Call DDV_MinMaxSlider to verify that the value in the control associated with value falls between minVal and maxVal.

Syntax

      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.

Requirements

Header: afxdd_.h

See Also

Standard Dialog Data Validation Routines
MFC Macros and Globals
DDX_Slider
DDX_FieldSlider