ReactOS 0.4.15-dev-7788-g1ad9096
conwnd.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GUI_CONSOLE_DATA
 

Macros

#define GUI_CONWND_CLASS   L"ConsoleWindowClass"
 
#define WM_APP   0x8000
 
#define PM_RESIZE_TERMINAL   (WM_APP + 3)
 
#define PM_CONSOLE_BEEP   (WM_APP + 4)
 
#define PM_CONSOLE_SET_TITLE   (WM_APP + 5)
 
#define KEY_TOGGLED   0x0001
 
#define KEY_PRESSED   0x8000
 
#define FONT_NORMAL   0x00
 
#define FONT_BOLD   0x01
 
#define FONT_UNDERLINE   0x02
 
#define FONT_MAXNO   0x04
 

Typedefs

typedef struct _GUI_CONSOLE_DATA GUI_CONSOLE_DATA
 
typedef struct _GUI_CONSOLE_DATAPGUI_CONSOLE_DATA
 

Macro Definition Documentation

◆ FONT_BOLD

#define FONT_BOLD   0x01

Definition at line 36 of file conwnd.h.

◆ FONT_MAXNO

#define FONT_MAXNO   0x04

Definition at line 38 of file conwnd.h.

◆ FONT_NORMAL

#define FONT_NORMAL   0x00

Definition at line 35 of file conwnd.h.

◆ FONT_UNDERLINE

#define FONT_UNDERLINE   0x02

Definition at line 37 of file conwnd.h.

◆ GUI_CONWND_CLASS

#define GUI_CONWND_CLASS   L"ConsoleWindowClass"

Definition at line 15 of file conwnd.h.

◆ KEY_PRESSED

#define KEY_PRESSED   0x8000

Definition at line 26 of file conwnd.h.

◆ KEY_TOGGLED

#define KEY_TOGGLED   0x0001

Definition at line 25 of file conwnd.h.

◆ PM_CONSOLE_BEEP

#define PM_CONSOLE_BEEP   (WM_APP + 4)

Definition at line 21 of file conwnd.h.

◆ PM_CONSOLE_SET_TITLE

#define PM_CONSOLE_SET_TITLE   (WM_APP + 5)

Definition at line 22 of file conwnd.h.

◆ PM_RESIZE_TERMINAL

#define PM_RESIZE_TERMINAL   (WM_APP + 3)

Definition at line 20 of file conwnd.h.

◆ WM_APP

#define WM_APP   0x8000

Definition at line 18 of file conwnd.h.

Typedef Documentation

◆ GUI_CONSOLE_DATA

◆ PGUI_CONSOLE_DATA