Closes an open progress bar window.
| Declaration | Zeolite.h | 
|---|---|
| Implementation | Zeolite.cpp | 
bool zprogbox_HideWnd(ZVAR hProgWnd);
| Name | Type | Comment | 
|---|---|---|
| hProgWnd | ZVAR | A ZVAR handle of type VarID_progbox. | 
False if an error has occurred, and true otherwise.
None.