ReactOS 0.4.15-dev-7942-gd23573b
fxirpkm.hpp File Reference
#include "fxirp.hpp"
Include dependency graph for fxirpkm.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ MdCancelRoutine

typedef DRIVER_CANCEL * MdCancelRoutine

Definition at line 36 of file fxirpkm.hpp.

◆ MdCancelRoutineType

typedef DRIVER_CANCEL MdCancelRoutineType

Definition at line 36 of file fxirpkm.hpp.

◆ MdCompletionRoutine

typedef IO_COMPLETION_ROUTINE * MdCompletionRoutine

Definition at line 37 of file fxirpkm.hpp.

◆ MdCompletionRoutineType

typedef IO_COMPLETION_ROUTINE MdCompletionRoutineType

Definition at line 37 of file fxirpkm.hpp.

◆ MdIrp

typedef PIRP MdIrp

Definition at line 34 of file fxirpkm.hpp.

◆ MdRequestPowerComplete

typedef REQUEST_POWER_COMPLETE * MdRequestPowerComplete

Definition at line 38 of file fxirpkm.hpp.

◆ MdRequestPowerCompleteType

typedef REQUEST_POWER_COMPLETE MdRequestPowerCompleteType

Definition at line 38 of file fxirpkm.hpp.

◆ PFX_CANCEL_ROUTINE

typedef VOID(* PFX_CANCEL_ROUTINE) (__in FxDevice *Device, __in FxIrp *Irp, __in PVOID CancelContext)

Definition at line 49 of file fxirpkm.hpp.

◆ PFX_COMPLETION_ROUTINE

typedef NTSTATUS(* PFX_COMPLETION_ROUTINE) (__in FxDevice *Device, __in FxIrp *Irp, __in PVOID Context)

Definition at line 41 of file fxirpkm.hpp.