C
void PbSetRange( PROGRESSBAR * pPb, WORD range );
Overview
This function sets the range of the progress bar. Calling this function also resets the position equal to the new range value.
Input Parameters
Input Parameters |
Description |
PROGRESSBAR * pPb |
Pointer to the object |
Returns
none.
Preconditions
none
Side Effects
Sets the position equal to the new range.