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

Go to the source code of this file.

Macros

#define _NTDDCON_H_
 
#define DD_CONDRV_CTRL_DEVICE_NAME   "\\Device\\ConDrv"
 
#define DD_CONDRV_CTRL_DEVICE_NAME_U   L"\\Device\\ConDrv"
 
#define DD_CONDRV_CTRL_SYMLNK_NAME   "\\DosDevices\\Global\\ConDrv"
 
#define DD_CONDRV_CTRL_SYMLNK_NAME_U   L"\\DosDevices\\Global\\ConDrv"
 
#define DD_CONDRV_CONSOLE_DEVICE_NAME   "\\Device\\Console"
 
#define DD_CONDRV_CONSOLE_DEVICE_NAME_U   L"\\Device\\Console"
 
#define DD_CONDRV_CONSOLE_SYMLNK_NAME   "\\DosDevices\\Global\\Console"
 
#define DD_CONDRV_CONSOLE_SYMLNK_NAME_U   L"\\DosDevices\\Global\\Console"
 
#define IOCTL_CONDRV_CREATE_CONSOLE   CTL_CODE(FILE_DEVICE_UNKNOWN, 0x801, METHOD_BUFFERED, FILE_ALL_ACCESS)
 
#define IOCTL_CONDRV_DELETE_CONSOLE   CTL_CODE(FILE_DEVICE_UNKNOWN, 0x802, METHOD_BUFFERED, FILE_WRITE_ACCESS)
 

Macro Definition Documentation

◆ _NTDDCON_H_

#define _NTDDCON_H_

Definition at line 14 of file ntddcon.h.

◆ DD_CONDRV_CONSOLE_DEVICE_NAME

#define DD_CONDRV_CONSOLE_DEVICE_NAME   "\\Device\\Console"

Definition at line 86 of file ntddcon.h.

◆ DD_CONDRV_CONSOLE_DEVICE_NAME_U

#define DD_CONDRV_CONSOLE_DEVICE_NAME_U   L"\\Device\\Console"

Definition at line 87 of file ntddcon.h.

◆ DD_CONDRV_CONSOLE_SYMLNK_NAME

#define DD_CONDRV_CONSOLE_SYMLNK_NAME   "\\DosDevices\\Global\\Console"

Definition at line 88 of file ntddcon.h.

◆ DD_CONDRV_CONSOLE_SYMLNK_NAME_U

#define DD_CONDRV_CONSOLE_SYMLNK_NAME_U   L"\\DosDevices\\Global\\Console"

Definition at line 89 of file ntddcon.h.

◆ DD_CONDRV_CTRL_DEVICE_NAME

#define DD_CONDRV_CTRL_DEVICE_NAME   "\\Device\\ConDrv"

Definition at line 77 of file ntddcon.h.

◆ DD_CONDRV_CTRL_DEVICE_NAME_U

#define DD_CONDRV_CTRL_DEVICE_NAME_U   L"\\Device\\ConDrv"

Definition at line 78 of file ntddcon.h.

◆ DD_CONDRV_CTRL_SYMLNK_NAME

#define DD_CONDRV_CTRL_SYMLNK_NAME   "\\DosDevices\\Global\\ConDrv"

Definition at line 79 of file ntddcon.h.

◆ DD_CONDRV_CTRL_SYMLNK_NAME_U

#define DD_CONDRV_CTRL_SYMLNK_NAME_U   L"\\DosDevices\\Global\\ConDrv"

Definition at line 80 of file ntddcon.h.

◆ IOCTL_CONDRV_CREATE_CONSOLE

#define IOCTL_CONDRV_CREATE_CONSOLE   CTL_CODE(FILE_DEVICE_UNKNOWN, 0x801, METHOD_BUFFERED, FILE_ALL_ACCESS)

Definition at line 136 of file ntddcon.h.

◆ IOCTL_CONDRV_DELETE_CONSOLE

#define IOCTL_CONDRV_DELETE_CONSOLE   CTL_CODE(FILE_DEVICE_UNKNOWN, 0x802, METHOD_BUFFERED, FILE_WRITE_ACCESS)

Definition at line 137 of file ntddcon.h.