xref: /reactos/win32ss/user/winsrv/consrv/lineinput.h (revision c2c66aff)
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 
11 VOID
12 LineInputKeyDown(PCONSRV_CONSOLE Console,
13                  PUNICODE_STRING ExeName,
14                  KEY_EVENT_RECORD *KeyEvent);
15