ReactOS 0.4.15-dev-7958-gcd0bb1a
_UI_PROGRESS_BAR Struct Reference

#include <ui.h>

Collaboration diagram for _UI_PROGRESS_BAR:

Public Attributes

struct {
   ULONG   Floor
 
   ULONG   Bias
 
State
 
struct {
   ULONG   Count
 
   ULONG   Expected
 
   ULONG   Percentage
 
Indicator
 
ULONG Left
 
ULONG Top
 
ULONG Right
 
ULONG Bottom
 
BOOLEAN Show
 

Detailed Description

Definition at line 113 of file ui.h.

Member Data Documentation

◆ Bias

ULONG _UI_PROGRESS_BAR::Bias

Definition at line 120 of file ui.h.

◆ Bottom

ULONG _UI_PROGRESS_BAR::Bottom

◆ Count

ULONG _UI_PROGRESS_BAR::Count

Definition at line 126 of file ui.h.

◆ Expected

ULONG _UI_PROGRESS_BAR::Expected

Definition at line 127 of file ui.h.

◆ Floor

ULONG _UI_PROGRESS_BAR::Floor

Definition at line 118 of file ui.h.

◆ 

struct { ... } _UI_PROGRESS_BAR::Indicator

◆ Left

◆ Percentage

ULONG _UI_PROGRESS_BAR::Percentage

Definition at line 128 of file ui.h.

◆ Right

ULONG _UI_PROGRESS_BAR::Right

◆ Show

◆ 

struct { ... } _UI_PROGRESS_BAR::State

◆ Top

ULONG _UI_PROGRESS_BAR::Top

Definition at line 132 of file ui.h.

Referenced by MiniTuiSetProgressBarText(), TuiSetProgressBarText(), and UiInitProgressBar().


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