ReactOS 0.4.15-dev-7907-g95bf896
_CONSOLE_SETWINDOWINFO Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_SETWINDOWINFO:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
BOOL Absolute
 
SMALL_RECT WindowRect
 

Detailed Description

Definition at line 705 of file conmsg.h.

Member Data Documentation

◆ Absolute

BOOL _CONSOLE_SETWINDOWINFO::Absolute

Definition at line 709 of file conmsg.h.

Referenced by SetConsoleWindowInfo().

◆ ConsoleHandle

HANDLE _CONSOLE_SETWINDOWINFO::ConsoleHandle

Definition at line 707 of file conmsg.h.

Referenced by SetConsoleWindowInfo().

◆ OutputHandle

HANDLE _CONSOLE_SETWINDOWINFO::OutputHandle

Definition at line 708 of file conmsg.h.

Referenced by SetConsoleWindowInfo().

◆ WindowRect

SMALL_RECT _CONSOLE_SETWINDOWINFO::WindowRect

Definition at line 710 of file conmsg.h.

Referenced by SetConsoleWindowInfo().


The documentation for this struct was generated from the following file: