Table of Contents

zprogbox_HideWnd

Description

Closes an open progress bar window.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zprogbox_HideWnd(ZVAR hProgWnd);

Arguments

Name Type Comment
hProgWnd ZVAR A ZVAR handle of type VarID_progbox.

Return value

False if an error has occurred, and true otherwise.

Comments

None.