ReactOS 0.4.15-dev-8076-g06e89b2
_PROGRESSBAR Struct Reference

#include <progress.h>

Collaboration diagram for _PROGRESSBAR:

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
 

Detailed Description

Definition at line 38 of file progress.h.

Member Data Documentation

◆ Bottom

SHORT _PROGRESSBAR::Bottom

Definition at line 44 of file progress.h.

Referenced by DrawProgressBar().

◆ CurrentStep

ULONG _PROGRESSBAR::CurrentStep

Definition at line 52 of file progress.h.

◆ DescriptionText

PCSTR _PROGRESSBAR::DescriptionText

Definition at line 62 of file progress.h.

◆ DoubleEdge

BOOLEAN _PROGRESSBAR::DoubleEdge

Definition at line 60 of file progress.h.

◆ Left

SHORT _PROGRESSBAR::Left

Definition at line 41 of file progress.h.

Referenced by DrawProgressBar().

◆ Pos

SHORT _PROGRESSBAR::Pos

Definition at line 57 of file progress.h.

◆ Progress

ULONG _PROGRESSBAR::Progress

Definition at line 56 of file progress.h.

◆ ProgressColour

SHORT _PROGRESSBAR::ProgressColour

Definition at line 61 of file progress.h.

◆ ProgressFormatText

PCSTR _PROGRESSBAR::ProgressFormatText

Definition at line 63 of file progress.h.

◆ Right

SHORT _PROGRESSBAR::Right

Definition at line 43 of file progress.h.

Referenced by DrawProgressBar().

◆ StepCount

ULONG _PROGRESSBAR::StepCount

Definition at line 51 of file progress.h.

◆ TextRight

SHORT _PROGRESSBAR::TextRight

Definition at line 46 of file progress.h.

◆ TextTop

SHORT _PROGRESSBAR::TextTop

Definition at line 45 of file progress.h.

◆ Top

SHORT _PROGRESSBAR::Top

Definition at line 42 of file progress.h.

Referenced by DrawProgressBar().

◆ UpdateProgressProc

PUPDATE_PROGRESS _PROGRESSBAR::UpdateProgressProc

Definition at line 55 of file progress.h.

◆ Width

SHORT _PROGRESSBAR::Width

Definition at line 48 of file progress.h.

Referenced by ProgressCountdown().


The documentation for this struct was generated from the following file: