ReactOS
0.4.15-dev-5606-gf34e425
|
#include <progress.h>
Public Attributes | |
SHORT | Left |
SHORT | Top |
SHORT | Right |
SHORT | Bottom |
SHORT | TextTop |
SHORT | TextRight |
SHORT | Width |
ULONG | StepCount |
ULONG | CurrentStep |
PUPDATE_PROGRESS | UpdateProgressProc |
ULONG | Progress |
SHORT | Pos |
BOOLEAN | DoubleEdge |
SHORT | ProgressColour |
PCSTR | DescriptionText |
PCSTR | ProgressFormatText |
Definition at line 38 of file progress.h.
SHORT _PROGRESSBAR::Bottom |
Definition at line 44 of file progress.h.
Referenced by DrawProgressBar().
ULONG _PROGRESSBAR::CurrentStep |
Definition at line 52 of file progress.h.
PCSTR _PROGRESSBAR::DescriptionText |
Definition at line 62 of file progress.h.
BOOLEAN _PROGRESSBAR::DoubleEdge |
Definition at line 60 of file progress.h.
SHORT _PROGRESSBAR::Left |
Definition at line 41 of file progress.h.
Referenced by DrawProgressBar().
SHORT _PROGRESSBAR::Pos |
Definition at line 57 of file progress.h.
ULONG _PROGRESSBAR::Progress |
Definition at line 56 of file progress.h.
SHORT _PROGRESSBAR::ProgressColour |
Definition at line 61 of file progress.h.
PCSTR _PROGRESSBAR::ProgressFormatText |
Definition at line 63 of file progress.h.
SHORT _PROGRESSBAR::Right |
Definition at line 43 of file progress.h.
Referenced by DrawProgressBar().
ULONG _PROGRESSBAR::StepCount |
Definition at line 51 of file progress.h.
SHORT _PROGRESSBAR::TextRight |
Definition at line 46 of file progress.h.
SHORT _PROGRESSBAR::TextTop |
Definition at line 45 of file progress.h.
SHORT _PROGRESSBAR::Top |
Definition at line 42 of file progress.h.
Referenced by DrawProgressBar().
PUPDATE_PROGRESS _PROGRESSBAR::UpdateProgressProc |
Definition at line 55 of file progress.h.
SHORT _PROGRESSBAR::Width |
Definition at line 48 of file progress.h.
Referenced by ProgressCountdown().