long CBCGPProgressDlg::StepIt | ( | BOOL | bWaitForMessages = TRUE | ) |
Advances the current position for a progress bar control by the step increment and redraws the bar to reflect the new position.
The step increment is set by the CBCGPProgressDlgParams::m_nStep variable.
bWaitForMessages | Set this parameter to FALSE in order to prevent unnecessary waiting for messages (e.g. allow the progress to advance without any additional messages to be sent to progress control). |