====== zprogbox_SetTitle ====== ===== Description ===== Set the title of a progress bar window. ===== Files ===== ^ Declaration | ''Zeolite.h'' | ^ Implementation | ''Zeolite.cpp'' | ===== Function prototype ===== bool zprogbox_SetTitle(ZVAR hProgWnd, const char* lpTitleText); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //hProgWnd// | ''ZVAR'' | A [[zeolite:types:ZVAR]] handle of type VarID_progbox. | | //lpTitleText// | ''const char*'' | A pointer to a C-style string containing the new name of the progress window. | ===== Return value ===== False if an error has occurred, and true otherwise. ===== Comments ===== None.