ReactOS 0.4.15-dev-7934-g1dc8d80
mxdriverobjectkm.h File Reference
#include "mxdriverobject.h"
Include dependency graph for mxdriverobjectkm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef DRIVER_ADD_DEVICE MdDriverAddDeviceType
 
typedef DRIVER_ADD_DEVICE * MdDriverAddDevice
 
typedef DRIVER_UNLOAD MdDriverUnloadType
 
typedef DRIVER_UNLOAD * MdDriverUnload
 
typedef DRIVER_DISPATCH MdDriverDispatchType
 
typedef DRIVER_DISPATCHMdDriverDispatch
 

Typedef Documentation

◆ MdDriverAddDevice

typedef DRIVER_ADD_DEVICE * MdDriverAddDevice

Definition at line 17 of file mxdriverobjectkm.h.

◆ MdDriverAddDeviceType

typedef DRIVER_ADD_DEVICE MdDriverAddDeviceType

Definition at line 17 of file mxdriverobjectkm.h.

◆ MdDriverDispatch

Definition at line 19 of file mxdriverobjectkm.h.

◆ MdDriverDispatchType

Definition at line 19 of file mxdriverobjectkm.h.

◆ MdDriverUnload

typedef DRIVER_UNLOAD * MdDriverUnload

Definition at line 18 of file mxdriverobjectkm.h.

◆ MdDriverUnloadType

typedef DRIVER_UNLOAD MdDriverUnloadType

Definition at line 18 of file mxdriverobjectkm.h.