ReactOS 0.4.15-dev-8102-g108db8f
_SMB_CLASS Struct Reference

#include <smbus.h>

Collaboration diagram for _SMB_CLASS:

Public Attributes

USHORT MajorVersion
 
USHORT MinorVersion
 
PVOID Miniport
 
PDEVICE_OBJECT DeviceObject
 
PDEVICE_OBJECT PDO
 
PDEVICE_OBJECT LowerDeviceObject
 
PIRP CurrentIrp
 
PSMB_REQUEST CurrentSmb
 
SMB_RESET_DEVICE ResetDevice
 
SMB_START_IO StartIo
 
SMB_STOP_DEVICE StopDevice
 

Detailed Description

Definition at line 117 of file smbus.h.

Member Data Documentation

◆ CurrentIrp

PIRP _SMB_CLASS::CurrentIrp

Definition at line 124 of file smbus.h.

◆ CurrentSmb

PSMB_REQUEST _SMB_CLASS::CurrentSmb

Definition at line 125 of file smbus.h.

◆ DeviceObject

PDEVICE_OBJECT _SMB_CLASS::DeviceObject

Definition at line 121 of file smbus.h.

◆ LowerDeviceObject

PDEVICE_OBJECT _SMB_CLASS::LowerDeviceObject

Definition at line 123 of file smbus.h.

◆ MajorVersion

USHORT _SMB_CLASS::MajorVersion

Definition at line 118 of file smbus.h.

◆ Miniport

PVOID _SMB_CLASS::Miniport

Definition at line 120 of file smbus.h.

◆ MinorVersion

USHORT _SMB_CLASS::MinorVersion

Definition at line 119 of file smbus.h.

◆ PDO

PDEVICE_OBJECT _SMB_CLASS::PDO

Definition at line 122 of file smbus.h.

◆ ResetDevice

SMB_RESET_DEVICE _SMB_CLASS::ResetDevice

Definition at line 126 of file smbus.h.

◆ StartIo

SMB_START_IO _SMB_CLASS::StartIo

Definition at line 127 of file smbus.h.

◆ StopDevice

SMB_STOP_DEVICE _SMB_CLASS::StopDevice

Definition at line 128 of file smbus.h.


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