SYSTEM_CONSOLE_INFORMATION

The SYSTEM_CONSOLE_INFORMATION structure is expected as input to ZwSetSystemInformation or NtSetSystemInformation when given the information class SystemConsoleInformation (0x84).

Documentation Status

The SYSTEM_CONSOLE_INFORMATION structure is not documented.

Layout

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;
};