ProgressBar
From WikiPrizm
Jump to navigationJump to search
Synopsis
Header: display_syscalls.h
Syscall index: 0x180E
Function signature: void ProgressBar( int current, int max )
Comments
Displays a progress bar on a message box. Similar to ProgressBar0.
As with ProgressBar0, this syscall should be called with current as zero for initialization, and since it calls MsgBoxPush, the message box must be closed with MsgBoxPop in order to free resources.