ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

minitui.h
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:       See COPYING in the top level directory
00003  * PROJECT:         FreeLoader
00004  * FILE:            freeldr/include/ui/minitui.h
00005  * PURPOSE:         Mini Text UI interface header
00006  * PROGRAMMERS:     Hervé Poussineau
00007  */
00008 
00009 #pragma once
00010 
00012 //
00013 // Textual User Interface Functions
00014 //
00016 
00017 VOID MiniTuiDrawBackdrop(VOID);
00018 VOID MiniTuiDrawStatusText(PCSTR StatusText);
00019 VOID MiniTuiDrawProgressBarCenter(ULONG Position, ULONG Range, PCHAR ProgressText);
00020 VOID MiniTuiDrawProgressBar(ULONG Left, ULONG Top, ULONG Right, ULONG Bottom, ULONG Position, ULONG Range, PCHAR ProgressText);
00021 
00023 //
00024 // Menu Functions
00025 //
00027 
00028 VOID MiniTuiDrawMenu(PUI_MENU_INFO MenuInfo);
00029 
00030 extern const UIVTBL MiniTuiVtbl;

Generated on Sun May 27 2012 04:19:15 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.