Type Alias CONSOLE_SCREEN_BUFFER_INFO

Source
pub type CONSOLE_SCREEN_BUFFER_INFO = _CONSOLE_SCREEN_BUFFER_INFO;

Aliased Type§

struct CONSOLE_SCREEN_BUFFER_INFO {
    pub dwSize: _COORD,
    pub dwCursorPosition: _COORD,
    pub wAttributes: u16,
    pub srWindow: _SMALL_RECT,
    pub dwMaximumWindowSize: _COORD,
}

Fields§

§dwSize: _COORD§dwCursorPosition: _COORD§wAttributes: u16§srWindow: _SMALL_RECT§dwMaximumWindowSize: _COORD