CProgressCtrl::GetRange

void GetRange( int& nLower, int& nUpper );

Parameters

nLower

A reference to an integer receiving the lower limit of the progress bar control.

nUpper

A reference to an integer receiving the upper limit of the progress bar control.

Remarks

Call this member function to get the current lower and upper limits, or range, of the progress bar control. This function copies the values of the lower and upper limits to the integers referenced by nLower and nUpper, respectively.

CProgressCtrl OverviewClass MembersHierarchy Chart

See Also   PBRANGE, PBM_GETRANGE