ReactOS 0.4.16-dev-297-gc569aee
|
#include "fxirp.hpp"
Go to the source code of this file.
Typedefs | |
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 DRIVER_CANCEL * MdCancelRoutine |
Definition at line 36 of file fxirpkm.hpp.
typedef DRIVER_CANCEL MdCancelRoutineType |
Definition at line 36 of file fxirpkm.hpp.
typedef IO_COMPLETION_ROUTINE * MdCompletionRoutine |
Definition at line 37 of file fxirpkm.hpp.
typedef IO_COMPLETION_ROUTINE MdCompletionRoutineType |
Definition at line 37 of file fxirpkm.hpp.
Definition at line 34 of file fxirpkm.hpp.
typedef REQUEST_POWER_COMPLETE * MdRequestPowerComplete |
Definition at line 38 of file fxirpkm.hpp.
typedef REQUEST_POWER_COMPLETE MdRequestPowerCompleteType |
Definition at line 38 of file fxirpkm.hpp.
typedef VOID(* PFX_CANCEL_ROUTINE) (__in FxDevice *Device, __in FxIrp *Irp, __in PVOID CancelContext) |
Definition at line 49 of file fxirpkm.hpp.