ReactOS 0.4.15-dev-7788-g1ad9096
fxtypedefskm.hpp File Reference
This graph shows which files directly or indirectly include this file:

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_CONTEXTPMdIoCsqIrpContext
 

Typedef Documentation

◆ CfxDevice

Definition at line 27 of file fxtypedefskm.hpp.

◆ CfxDeviceBase

Definition at line 28 of file fxtypedefskm.hpp.

◆ MdCancelRoutine

typedef DRIVER_CANCEL * MdCancelRoutine

Definition at line 33 of file fxtypedefskm.hpp.

◆ MdCancelRoutineType

typedef DRIVER_CANCEL MdCancelRoutineType

Definition at line 33 of file fxtypedefskm.hpp.

◆ MdCompletionRoutine

typedef IO_COMPLETION_ROUTINE * MdCompletionRoutine

Definition at line 34 of file fxtypedefskm.hpp.

◆ MdCompletionRoutineType

typedef IO_COMPLETION_ROUTINE MdCompletionRoutineType

Definition at line 34 of file fxtypedefskm.hpp.

◆ MdIoCsqIrpContext

Definition at line 56 of file fxtypedefskm.hpp.

◆ MdIrp

typedef PIRP MdIrp

Definition at line 31 of file fxtypedefskm.hpp.

◆ MdRequestPowerComplete

typedef REQUEST_POWER_COMPLETE * MdRequestPowerComplete

Definition at line 35 of file fxtypedefskm.hpp.

◆ MdRequestPowerCompleteType

typedef REQUEST_POWER_COMPLETE MdRequestPowerCompleteType

Definition at line 35 of file fxtypedefskm.hpp.

◆ PFX_CANCEL_ROUTINE

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

Definition at line 46 of file fxtypedefskm.hpp.

◆ PFX_COMPLETION_ROUTINE

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

Definition at line 38 of file fxtypedefskm.hpp.

◆ PMdIoCsqIrpContext

Definition at line 56 of file fxtypedefskm.hpp.