ReactOS
0.4.16-dev-297-gc569aee
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
coninput.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS Console Server DLL
4
* FILE: win32ss/user/winsrv/consrv/coninput.h
5
* PURPOSE: Console Input functions
6
* PROGRAMMERS: Jeffrey Morlan
7
* Hermes Belusca-Maito (hermes.belusca@sfr.fr)
8
*/
9
10
#pragma once
11
12
typedef
struct
ConsoleInput_t
13
{
14
LIST_ENTRY
ListEntry
;
15
INPUT_RECORD
InputEvent
;
16
}
ConsoleInput
;
17
18
19
NTSTATUS
NTAPI
20
ConDrvInitInputBuffer
(
IN
PCONSOLE
Console
,
21
IN
ULONG
InputBufferSize);
22
VOID
NTAPI
23
ConDrvDeinitInputBuffer
(
IN
PCONSOLE
Console
);
Console
CConsole Console
Definition:
RegistryExplorer.cpp:54
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
ConDrvDeinitInputBuffer
VOID NTAPI ConDrvDeinitInputBuffer(IN PCONSOLE Console)
Definition:
coninput.c:221
ConDrvInitInputBuffer
NTSTATUS NTAPI ConDrvInitInputBuffer(IN PCONSOLE Console, IN ULONG InputBufferSize)
Definition:
coninput.c:192
ConsoleInput
struct ConsoleInput_t ConsoleInput
void
Definition:
nsiface.idl:2307
ConsoleInput_t
Definition:
coninput.h:13
ConsoleInput_t::InputEvent
INPUT_RECORD InputEvent
Definition:
coninput.h:15
ConsoleInput_t::ListEntry
LIST_ENTRY ListEntry
Definition:
coninput.h:14
_CONSOLE
Definition:
conio.h:289
_INPUT_RECORD
Definition:
wincon.h:272
_LIST_ENTRY
Definition:
typedefs.h:120
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
win32ss
user
winsrv
consrv
coninput.h
Generated on Tue Nov 26 2024 06:15:53 for ReactOS by
1.9.6