ReactOS 0.4.15-dev-7842-g558ab78
mxdriverobjectum.h File Reference
#include "MxDriverObject.h"
Include dependency graph for mxdriverobjectum.h:

Go to the source code of this file.

Typedefs

typedef PDRIVER_OBJECT_UM MdDriverObject
 
typedef DRIVER_ADD_DEVICE_UM MdDriverAddDeviceType
 
typedef DRIVER_ADD_DEVICE_UMMdDriverAddDevice
 
typedef DRIVER_UNLOAD_UM MdDriverUnloadType
 
typedef DRIVER_UNLOAD_UMMdDriverUnload
 
typedef DRIVER_DISPATCH_UM MdDriverDispatchType
 
typedef DRIVER_DISPATCH_UMMdDriverDispatch
 

Typedef Documentation

◆ MdDriverAddDevice

Definition at line 18 of file mxdriverobjectum.h.

◆ MdDriverAddDeviceType

Definition at line 18 of file mxdriverobjectum.h.

◆ MdDriverDispatch

Definition at line 20 of file mxdriverobjectum.h.

◆ MdDriverDispatchType

Definition at line 20 of file mxdriverobjectum.h.

◆ MdDriverObject

Definition at line 17 of file mxdriverobjectum.h.

◆ MdDriverUnload

Definition at line 19 of file mxdriverobjectum.h.

◆ MdDriverUnloadType

Definition at line 19 of file mxdriverobjectum.h.