Sync with trunk r62754.
[reactos.git] / win32ss / user / winsrv / consrv / frontends / gui / guiterm.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Console Server DLL
4 * FILE: win32ss/user/winsrv/consrv/frontends/gui/guiterm.h
5 * PURPOSE: GUI Terminal Front-End
6 * PROGRAMMERS: Gé van Geldorp
7 * Johannes Anderwald
8 * Jeffrey Morlan
9 * Hermes Belusca-Maito (hermes.belusca@sfr.fr)
10 */
11
12 #pragma once
13
14 #include "guisettings.h"
15 #include "conwnd.h"
16
17 NTSTATUS FASTCALL GuiInitConsole(PCONSOLE Console,
18 /*IN*/ PCONSOLE_START_INFO ConsoleStartInfo,
19 PCONSOLE_INFO ConsoleInfo,
20 DWORD ProcessId,
21 LPCWSTR IconPath,
22 INT IconIndex);