ReactOS 0.4.16-dev-2-g02a6913
|
Public Attributes | |
UCHAR | MajorFunction |
PDEVICE_OBJECT | DeviceObject |
PKMT_IRP_HANDLER | IrpHandler |
Definition at line 21 of file kmtest_standalone.c.
PDEVICE_OBJECT KMT_IRP_HANDLER_ENTRY::DeviceObject |
Definition at line 24 of file kmtest_standalone.c.
Referenced by DriverDispatch(), and KmtRegisterIrpHandler().
PKMT_IRP_HANDLER KMT_IRP_HANDLER_ENTRY::IrpHandler |
Definition at line 25 of file kmtest_standalone.c.
Referenced by DriverDispatch(), KmtRegisterIrpHandler(), and KmtUnregisterIrpHandler().
UCHAR KMT_IRP_HANDLER_ENTRY::MajorFunction |
Definition at line 23 of file kmtest_standalone.c.
Referenced by KmtRegisterIrpHandler().