Set the current progress in a progress bar window.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zprogbox_SetProgress(ZVAR hProgWnd, __int64 p, __int64 pmax);
| Name | Type | Comment |
|---|---|---|
| hProgWnd | ZVAR | A ZVAR handle of type VarID_progbox. |
| p | __int64 | A signed 64-bit integer, representing the current progress. |
| pmax | __int64 | A signed 64-bit integer, representing the maximum progress of the progress bar. |
False if:
True otherwise.
None.