ReactOS 0.4.16-dev-555-g690643f
|
#include "MxDriverObject.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_UM * | MdDriverAddDevice |
typedef DRIVER_UNLOAD_UM | MdDriverUnloadType |
typedef DRIVER_UNLOAD_UM * | MdDriverUnload |
typedef DRIVER_DISPATCH_UM | MdDriverDispatchType |
typedef DRIVER_DISPATCH_UM * | MdDriverDispatch |
typedef DRIVER_ADD_DEVICE_UM * MdDriverAddDevice |
Definition at line 18 of file mxdriverobjectum.h.
Definition at line 18 of file mxdriverobjectum.h.
typedef DRIVER_DISPATCH_UM * MdDriverDispatch |
Definition at line 20 of file mxdriverobjectum.h.
Definition at line 20 of file mxdriverobjectum.h.
typedef PDRIVER_OBJECT_UM MdDriverObject |
Definition at line 17 of file mxdriverobjectum.h.
typedef DRIVER_UNLOAD_UM * MdDriverUnload |
Definition at line 19 of file mxdriverobjectum.h.
typedef DRIVER_UNLOAD_UM MdDriverUnloadType |
Definition at line 19 of file mxdriverobjectum.h.