Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenminitui.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
1.7.6.1
|