Geoff Chappell, Software Analyst
The SYSTEM_CONSOLE_INFORMATION structure is expected as input to ZwSetSystemInformation or NtSetSystemInformation when given the information class SystemConsoleInformation (0x84).
The SYSTEM_CONSOLE_INFORMATION structure is not documented.
The SYSTEM_CONSOLE_INFORMATION is 0x04 bytes in both 32-bit and 64-bit Windows.
| Offset | Definition |
|---|---|
| 0x00 |
struct {
ULONG DriverLoaded : 1;
ULONG Spare : 31;
};
|