Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenguiconsole.h
Go to the documentation of this file.
00001 /* $Id: guiconsole.h 47326 2010-05-23 15:56:37Z jmorlan $ 00002 * 00003 * COPYRIGHT: See COPYING in the top level directory 00004 * PROJECT: ReactOS system libraries 00005 * FILE: subsys/csrss/win32csr/guiconsole.h 00006 * PURPOSE: Interface to GUI consoles 00007 */ 00008 00009 #include "api.h" 00010 00011 #define CONGUI_MIN_WIDTH 10 00012 #define CONGUI_MIN_HEIGHT 10 00013 #define CONGUI_UPDATE_TIME 0 00014 #define CONGUI_UPDATE_TIMER 1 00015 00016 NTSTATUS FASTCALL GuiInitConsole(PCSRSS_CONSOLE Console, BOOL Visible); 00017 00018 /*EOF*/ Generated on Sun May 27 2012 04:38:45 for ReactOS by
1.7.6.1
|