ReactOS 0.4.16-dev-1041-g8b6907f
_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 119 of file ui.h.

Member Data Documentation

◆ Bias

ULONG _UI_PROGRESS_BAR::Bias

Definition at line 126 of file ui.h.

◆ Bottom

ULONG _UI_PROGRESS_BAR::Bottom

◆ Count

ULONG _UI_PROGRESS_BAR::Count

Definition at line 132 of file ui.h.

◆ Expected

ULONG _UI_PROGRESS_BAR::Expected

Definition at line 133 of file ui.h.

◆ Floor

ULONG _UI_PROGRESS_BAR::Floor

Definition at line 124 of file ui.h.

◆ 

struct { ... } _UI_PROGRESS_BAR::Indicator

◆ Left

◆ Percentage

ULONG _UI_PROGRESS_BAR::Percentage

Definition at line 134 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 138 of file ui.h.

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


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