ReactOS 0.4.15-dev-7934-g1dc8d80
PROGRESS_INFO Struct Reference
Collaboration diagram for PROGRESS_INFO:

Public Attributes

HWND Self
 
INT CurVal
 
INT MinVal
 
INT MaxVal
 
INT Step
 
INT MarqueePos
 
BOOL Marquee
 
COLORREF ColorBar
 
COLORREF ColorBk
 
HFONT Font
 

Detailed Description

Definition at line 44 of file progress.c.

Member Data Documentation

◆ ColorBar

COLORREF PROGRESS_INFO::ColorBar

Definition at line 53 of file progress.c.

Referenced by PROGRESS_Draw(), and ProgressWindowProc().

◆ ColorBk

COLORREF PROGRESS_INFO::ColorBk

Definition at line 54 of file progress.c.

Referenced by PROGRESS_Draw(), and ProgressWindowProc().

◆ CurVal

INT PROGRESS_INFO::CurVal

Definition at line 47 of file progress.c.

Referenced by PROGRESS_CoercePos(), PROGRESS_Draw(), PROGRESS_SetPos(), and ProgressWindowProc().

◆ Font

HFONT PROGRESS_INFO::Font

Definition at line 55 of file progress.c.

Referenced by PROGRESS_SetFont(), and ProgressWindowProc().

◆ Marquee

BOOL PROGRESS_INFO::Marquee

Definition at line 52 of file progress.c.

Referenced by ProgressWindowProc().

◆ MarqueePos

INT PROGRESS_INFO::MarqueePos

Definition at line 51 of file progress.c.

Referenced by PROGRESS_Draw(), and PROGRESS_UpdateMarquee().

◆ MaxVal

INT PROGRESS_INFO::MaxVal

◆ MinVal

INT PROGRESS_INFO::MinVal

◆ Self

◆ Step

INT PROGRESS_INFO::Step

Definition at line 50 of file progress.c.

Referenced by ProgressWindowProc().


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