Table of Contents

progbox_SetTitle

Description

Set the title of a progress-bar window.

Function prototype

bool CExtAPI::progbox_SetTitle(ZVAR hProgWnd, const char* lpTitleText);

Arguments

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.

Return value

False if an error has occurred, and true otherwise.

Comments

None.