DDX_Slider
Visual Studio 2010
The DDX_Slider function manages the transfer of int data between a slider control in a dialog box or form view and an int data member of the dialog box or form view object.
void AFXAPI DDX_Slider( CDataExchange* pDX, int nIDC, int& value );
When DDX_Slider is called, value is set to the current position of the control's thumb, or the value receives the position, depending on the direction of the exchange.
For more information about DDX, see Dialog Data Exchange and Validation. For information about slider controls, see Using CSliderCtrl.