ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Typedefs | |
typedef FxDevice | CfxDevice |
typedef FxDeviceBase | CfxDeviceBase |
typedef PIRP | MdIrp |
typedef DRIVER_CANCEL | MdCancelRoutineType |
typedef DRIVER_CANCEL * | MdCancelRoutine |
typedef IO_COMPLETION_ROUTINE | MdCompletionRoutineType |
typedef IO_COMPLETION_ROUTINE * | MdCompletionRoutine |
typedef REQUEST_POWER_COMPLETE | MdRequestPowerCompleteType |
typedef REQUEST_POWER_COMPLETE * | MdRequestPowerComplete |
typedef NTSTATUS(* | PFX_COMPLETION_ROUTINE) (__in FxDevice *Device, __in FxIrp *Irp, __in PVOID Context) |
typedef VOID(* | PFX_CANCEL_ROUTINE) (__in FxDevice *Device, __in FxIrp *Irp, __in PVOID CancelContext) |
typedef IO_CSQ_IRP_CONTEXT | MdIoCsqIrpContext |
typedef IO_CSQ_IRP_CONTEXT * | PMdIoCsqIrpContext |
Definition at line 27 of file fxtypedefskm.hpp.
typedef FxDeviceBase CfxDeviceBase |
Definition at line 28 of file fxtypedefskm.hpp.
typedef DRIVER_CANCEL * MdCancelRoutine |
Definition at line 33 of file fxtypedefskm.hpp.
typedef DRIVER_CANCEL MdCancelRoutineType |
Definition at line 33 of file fxtypedefskm.hpp.
typedef IO_COMPLETION_ROUTINE * MdCompletionRoutine |
Definition at line 34 of file fxtypedefskm.hpp.
typedef IO_COMPLETION_ROUTINE MdCompletionRoutineType |
Definition at line 34 of file fxtypedefskm.hpp.
typedef IO_CSQ_IRP_CONTEXT MdIoCsqIrpContext |
Definition at line 56 of file fxtypedefskm.hpp.
Definition at line 31 of file fxtypedefskm.hpp.
typedef REQUEST_POWER_COMPLETE * MdRequestPowerComplete |
Definition at line 35 of file fxtypedefskm.hpp.
typedef REQUEST_POWER_COMPLETE MdRequestPowerCompleteType |
Definition at line 35 of file fxtypedefskm.hpp.
typedef VOID(* PFX_CANCEL_ROUTINE) (__in FxDevice *Device, __in FxIrp *Irp, __in PVOID CancelContext) |
Definition at line 46 of file fxtypedefskm.hpp.
typedef NTSTATUS(* PFX_COMPLETION_ROUTINE) (__in FxDevice *Device, __in FxIrp *Irp, __in PVOID Context) |
Definition at line 38 of file fxtypedefskm.hpp.
typedef IO_CSQ_IRP_CONTEXT * PMdIoCsqIrpContext |
Definition at line 56 of file fxtypedefskm.hpp.