ReactOS 0.4.15-dev-7934-g1dc8d80
_DOS_DRIVER Struct Reference

#include <device.h>

Public Attributes

DWORD Link
 
WORD DeviceAttributes
 
WORD StrategyRoutine
 
WORD InterruptRoutine
 
union {
   CHAR   DeviceName [MAX_DEVICE_NAME]
 
   struct {
      BYTE   UnitCount
 
      BYTE   Reserved [MAX_DEVICE_NAME - 1]
 
   } 
 
}; 
 

Detailed Description

Definition at line 108 of file device.h.

Member Data Documentation

◆ 

union { ... } _DOS_DRIVER::@5048

◆ DeviceAttributes

WORD _DOS_DRIVER::DeviceAttributes

◆ DeviceName

CHAR _DOS_DRIVER::DeviceName[MAX_DEVICE_NAME]

Definition at line 117 of file device.h.

Referenced by DosCreateDeviceEx(), DosCreateDeviceNode(), and DosKRNLInitialize().

◆ InterruptRoutine

WORD _DOS_DRIVER::InterruptRoutine

Definition at line 113 of file device.h.

Referenced by DosCallDriver(), DosCreateDeviceEx(), and DosKRNLInitialize().

◆ Link

DWORD _DOS_DRIVER::Link

◆ Reserved

BYTE _DOS_DRIVER::Reserved[MAX_DEVICE_NAME - 1]

Definition at line 122 of file device.h.

◆ StrategyRoutine

WORD _DOS_DRIVER::StrategyRoutine

Definition at line 112 of file device.h.

Referenced by DosCallDriver(), DosCreateDeviceEx(), and DosKRNLInitialize().

◆ UnitCount

BYTE _DOS_DRIVER::UnitCount

Definition at line 121 of file device.h.


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