SECProgressCtrl::SetRange
voidSECProgressCtrl::SetRange(ULONGulLower, ULONGulUpper)
Sets progress value range for appropriate completion percentage.
Defined in: progress.cpp
Return Value
void
Parameters
ulLower
Lower bound of progress range.
ulUpper
Upper bound of progress range.
Comments
This control exploits large ULONG ranges as opposed to int ranges. of CProgressCtrl.
See Also