Set the title of a progress bar window.
| Declaration | Zeolite.h | 
|---|---|
| Implementation | Zeolite.cpp | 
bool zprogbox_SetTitle(ZVAR hProgWnd, const char* lpTitleText);
| Name | Type | Comment | 
|---|---|---|
| hProgWnd | ZVAR | A ZVAR handle of type VarID_progbox. | 
| lpTitleText | const char* | A pointer to a C-style string containing the new name of the progress window. | 
False if an error has occurred, and true otherwise.
None.