Set the title of a progress-bar window.
bool CExtAPI::progbox_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.