|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include "mxdriverobject.h"

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_DISPATCH * | MdDriverDispatch |
| typedef DRIVER_ADD_DEVICE * MdDriverAddDevice |
Definition at line 17 of file mxdriverobjectkm.h.
| typedef DRIVER_ADD_DEVICE MdDriverAddDeviceType |
Definition at line 17 of file mxdriverobjectkm.h.
| typedef DRIVER_DISPATCH * MdDriverDispatch |
Definition at line 19 of file mxdriverobjectkm.h.
| typedef DRIVER_DISPATCH MdDriverDispatchType |
Definition at line 19 of file mxdriverobjectkm.h.
| typedef DRIVER_UNLOAD * MdDriverUnload |
Definition at line 18 of file mxdriverobjectkm.h.
| typedef DRIVER_UNLOAD MdDriverUnloadType |
Definition at line 18 of file mxdriverobjectkm.h.