ReactOS 0.4.15-dev-7842-g558ab78
console.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IsConsoleHandle(h)    (((ULONG_PTR)(h) & 0x10000003) == 0x3)
 
#define CONSOLE_FILE_NAME   L"CON"
 
#define CONSOLE_INPUT_FILE_NAME   L"CONIN$"
 
#define CONSOLE_OUTPUT_FILE_NAME   L"CONOUT$"
 

Macro Definition Documentation

◆ CONSOLE_FILE_NAME

#define CONSOLE_FILE_NAME   L"CON"

Definition at line 18 of file console.h.

◆ CONSOLE_INPUT_FILE_NAME

#define CONSOLE_INPUT_FILE_NAME   L"CONIN$"

Definition at line 19 of file console.h.

◆ CONSOLE_OUTPUT_FILE_NAME

#define CONSOLE_OUTPUT_FILE_NAME   L"CONOUT$"

Definition at line 20 of file console.h.

◆ IsConsoleHandle

#define IsConsoleHandle (   h)     (((ULONG_PTR)(h) & 0x10000003) == 0x3)

Definition at line 14 of file console.h.