KERNEL32.GetConsoleWindow implemented
authorEmanuele Aliberti <ea@iol.it>
Thu, 19 Jun 2003 19:38:26 +0000 (19:38 +0000)
committerEmanuele Aliberti <ea@iol.it>
Thu, 19 Jun 2003 19:38:26 +0000 (19:38 +0000)
commit3f1690fdbdc229e2f57e25de3b86ee1eb471f756
tree26292178a3f2708640853f2b948ecceac93371b4
parent3be996ffc459afe6ae2bbe7dde03f311d6b8c45c
KERNEL32.GetConsoleWindow implemented
KERNEL32.GetConsoleHardwareState implemented (undoc;incompatible)
KERNEL32.SetConsoleHardwareState implemented (undoc;incompatible)

Console window's handle is actually not returned because csrss does not create a window for each allocated console.

HardwareState is undocumented. Only size of the returned/set data is the same as NT's.

svn path=/trunk/; revision=4930
reactos/include/csrss/csrss.h
reactos/lib/kernel32/kernel32.def
reactos/lib/kernel32/kernel32.edf
reactos/lib/kernel32/misc/console.c
reactos/subsys/csrss/api.h
reactos/subsys/csrss/api/conio.c