ReactOS 0.4.15-dev-7958-gcd0bb1a
lineinput.h
Go to the documentation of this file.
1/*
2 * LICENSE: GPL - See COPYING in the top level directory
3 * PROJECT: ReactOS Console Server DLL
4 * FILE: win32ss/user/winsrv/consrv/lineinput.h
5 * PURPOSE: Console line input functions
6 * PROGRAMMERS: Jeffrey Morlan
7 */
8
9#pragma once
10
11VOID
13 PUNICODE_STRING ExeName,
14 KEY_EVENT_RECORD *KeyEvent);
CConsole Console
VOID LineInputKeyDown(PCONSRV_CONSOLE Console, PUNICODE_STRING ExeName, KEY_EVENT_RECORD *KeyEvent)
Definition: lineinput.c:147