[WIN32CSR]
[reactos.git] / reactos / subsystems / win32 / csrss / win32csr / guiconsole.h
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS system libraries
5 * FILE: subsys/csrss/win32csr/guiconsole.h
6 * PURPOSE: Interface to GUI consoles
7 */
8
9 #include "api.h"
10
11 #define CONGUI_MIN_WIDTH 10
12 #define CONGUI_MIN_HEIGHT 10
13 #define CONGUI_UPDATE_TIME 0
14 #define CONGUI_UPDATE_TIMER 1
15
16 NTSTATUS FASTCALL GuiInitConsole(PCSRSS_CONSOLE Console);
17
18 /*EOF*/