Description | ||||||||
Set the minimum integer for a progress bar component | ||||||||
Synopsis | ||||||||
#include <ProUIProgressbar.h> | ||||||||
ProError | ProUIProgressbarMinintegerSet | ( | ||||||
char* dialog | ||||||||
/* (In) | ||||||||
The name of the dialog that contains the progress bar | ||||||||
*/ | ||||||||
char* progressbar | ||||||||
/* (In) | ||||||||
The name of the progress bar component | ||||||||
*/ | ||||||||
int min | ||||||||
/* (In) | ||||||||
The minimum integer value (default = -32768) | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|