mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
14 lines
412 B
C
14 lines
412 B
C
/*
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* PROJECT: ReactOS Console Server DLL
|
|
* FILE: win32ss/user/winsrv/consrv/lineinput.h
|
|
* PURPOSE: Console line input functions
|
|
* PROGRAMMERS: Jeffrey Morlan
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
VOID
|
|
LineInputKeyDown(PCONSRV_CONSOLE Console,
|
|
PUNICODE_STRING ExeName,
|
|
KEY_EVENT_RECORD *KeyEvent);
|