ReactOS 0.4.15-dev-7961-gdcf9eb0
_DOS_DEVICE_NODE Struct Reference

#include <device.h>

Collaboration diagram for _DOS_DEVICE_NODE:

Public Attributes

LIST_ENTRY Entry
 
DWORD Driver
 
WORD DeviceAttributes
 
ANSI_STRING Name
 
CHAR NameBuffer [MAX_DEVICE_NAME]
 
PDOS_DEVICE_IO_ROUTINE IoctlReadRoutine
 
PDOS_DEVICE_IO_ROUTINE ReadRoutine
 
PDOS_DEVICE_PEEK_ROUTINE PeekRoutine
 
PDOS_DEVICE_GENERIC_ROUTINE InputStatusRoutine
 
PDOS_DEVICE_GENERIC_ROUTINE FlushInputRoutine
 
PDOS_DEVICE_IO_ROUTINE IoctlWriteRoutine
 
PDOS_DEVICE_IO_ROUTINE WriteRoutine
 
PDOS_DEVICE_GENERIC_ROUTINE OutputStatusRoutine
 
PDOS_DEVICE_GENERIC_ROUTINE FlushOutputRoutine
 
PDOS_DEVICE_GENERIC_ROUTINE OpenRoutine
 
PDOS_DEVICE_GENERIC_ROUTINE CloseRoutine
 
PDOS_DEVICE_IO_ROUTINE OutputUntilBusyRoutine
 

Detailed Description

Definition at line 85 of file device.h.

Member Data Documentation

◆ CloseRoutine

PDOS_DEVICE_GENERIC_ROUTINE _DOS_DEVICE_NODE::CloseRoutine

Definition at line 102 of file device.h.

Referenced by ConDrvInitialize().

◆ DeviceAttributes

WORD _DOS_DEVICE_NODE::DeviceAttributes

Definition at line 89 of file device.h.

◆ Driver

DWORD _DOS_DEVICE_NODE::Driver

Definition at line 88 of file device.h.

◆ Entry

LIST_ENTRY _DOS_DEVICE_NODE::Entry

Definition at line 87 of file device.h.

◆ FlushInputRoutine

PDOS_DEVICE_GENERIC_ROUTINE _DOS_DEVICE_NODE::FlushInputRoutine

Definition at line 96 of file device.h.

◆ FlushOutputRoutine

PDOS_DEVICE_GENERIC_ROUTINE _DOS_DEVICE_NODE::FlushOutputRoutine

Definition at line 100 of file device.h.

◆ InputStatusRoutine

PDOS_DEVICE_GENERIC_ROUTINE _DOS_DEVICE_NODE::InputStatusRoutine

Definition at line 95 of file device.h.

Referenced by ConDrvInitialize().

◆ IoctlReadRoutine

PDOS_DEVICE_IO_ROUTINE _DOS_DEVICE_NODE::IoctlReadRoutine

Definition at line 92 of file device.h.

◆ IoctlWriteRoutine

PDOS_DEVICE_IO_ROUTINE _DOS_DEVICE_NODE::IoctlWriteRoutine

Definition at line 97 of file device.h.

◆ Name

ANSI_STRING _DOS_DEVICE_NODE::Name

Definition at line 90 of file device.h.

◆ NameBuffer

CHAR _DOS_DEVICE_NODE::NameBuffer[MAX_DEVICE_NAME]

Definition at line 91 of file device.h.

◆ OpenRoutine

PDOS_DEVICE_GENERIC_ROUTINE _DOS_DEVICE_NODE::OpenRoutine

Definition at line 101 of file device.h.

Referenced by ConDrvInitialize().

◆ OutputStatusRoutine

PDOS_DEVICE_GENERIC_ROUTINE _DOS_DEVICE_NODE::OutputStatusRoutine

Definition at line 99 of file device.h.

◆ OutputUntilBusyRoutine

PDOS_DEVICE_IO_ROUTINE _DOS_DEVICE_NODE::OutputUntilBusyRoutine

Definition at line 103 of file device.h.

◆ PeekRoutine

PDOS_DEVICE_PEEK_ROUTINE _DOS_DEVICE_NODE::PeekRoutine

Definition at line 94 of file device.h.

◆ ReadRoutine

PDOS_DEVICE_IO_ROUTINE _DOS_DEVICE_NODE::ReadRoutine

Definition at line 93 of file device.h.

Referenced by ConDrvInitialize().

◆ WriteRoutine

PDOS_DEVICE_IO_ROUTINE _DOS_DEVICE_NODE::WriteRoutine

Definition at line 98 of file device.h.

Referenced by ConDrvInitialize().


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