Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 37 of file minitui.c.
{ ULONG Left, Top, Right, Bottom; ULONG Width = 50; // Allow for 50 "bars" ULONG Height = 2; Width = 80; Left = 0; Right = Left + Width; Top = UiScreenHeight - Height - 4; Bottom = Top + Height + 1; MiniTuiDrawProgressBar(Left, Top, Right, Bottom, Position, Range, ProgressText); }