CSliderCtrl::GetRange
Retrieves the maximum and minimum positions for the slider in a slider control.
void GetRange(
int& nMin,
int& nMax
) const;
nMin
Reference to an integer that receives the minimum position.nMax
Reference to an integer that receives the maximum position.
This function copies the values into the integers referenced by nMin and nMax.
Header: afxcmn.h