====== progbox_HideWnd ====== ===== Description ===== Closes a progress-bar window. ===== Function prototype ===== bool CExtAPI::progbox_HideWnd(ZVAR hProgWnd); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hProgWnd | [[zeolite:types:ZVAR]] | A ZVAR handle of type VarID_ProgBox. | ===== Return value ===== False if an error has occurred, and true otherwise. ===== Comments ===== None.