ReactOS 0.4.15-dev-7931-gfd331f1
_DOS_REQUEST_HEADER Struct Reference

#include <device.h>

Public Attributes

IN BYTE RequestLength
 
IN BYTE UnitNumber OPTIONAL
 
IN BYTE CommandCode
 
OUT WORD Status
 
BYTE Reserved [8]
 

Detailed Description

Definition at line 128 of file device.h.

Member Data Documentation

◆ CommandCode

IN BYTE _DOS_REQUEST_HEADER::CommandCode

Definition at line 132 of file device.h.

Referenced by DeviceInterruptBop().

◆ OPTIONAL

IN BYTE UnitNumber _DOS_REQUEST_HEADER::OPTIONAL

Definition at line 131 of file device.h.

◆ RequestLength

IN BYTE _DOS_REQUEST_HEADER::RequestLength

Definition at line 130 of file device.h.

◆ Reserved

BYTE _DOS_REQUEST_HEADER::Reserved[8]

Definition at line 135 of file device.h.

◆ Status

OUT WORD _DOS_REQUEST_HEADER::Status

Definition at line 133 of file device.h.

Referenced by DeviceInterruptBop().


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