ReactOS 0.4.15-dev-6054-gbddd8b0
|
Go to the source code of this file.
Classes | |
struct | QUERY_POWER_CONTEXT |
Macros | |
#define | NDEBUG |
#define | IoSetCompletionRoutine(_Irp, _CompletionRoutine, _Context, _InvokeOnSuccess, _InvokeOnError, _InvokeOnCancel) |
Typedefs | |
typedef struct QUERY_POWER_CONTEXT * | PQUERY_POWER_CONTEXT |
#define IoSetCompletionRoutine | ( | _Irp, | |
_CompletionRoutine, | |||
_Context, | |||
_InvokeOnSuccess, | |||
_InvokeOnError, | |||
_InvokeOnCancel | |||
) |
typedef struct QUERY_POWER_CONTEXT * PQUERY_POWER_CONTEXT |
NTSTATUS NTAPI CompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 466 of file irp.cpp.
Referenced by PortClsPnp().
Definition at line 416 of file irp.cpp.
Referenced by AdapterDispatchPnp(), and PcInitializeAdapterDriver().
Definition at line 519 of file irp.cpp.
Referenced by PortClsPnp(), and PwrCompletionFunction().
Definition at line 29 of file irp.cpp.
Referenced by PcDispatchIrp().
Definition at line 41 of file irp.cpp.
Referenced by PcDispatchIrp().
Definition at line 209 of file irp.cpp.
Referenced by PcDispatchIrp().
Definition at line 391 of file irp.cpp.
Referenced by PcDispatchIrp().
Definition at line 374 of file irp.cpp.
Referenced by PcDispatchIrp().
VOID CALLBACK PwrCompletionFunction | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN UCHAR | MinorFunction, | ||
IN POWER_STATE | PowerState, | ||
IN PVOID | Context, | ||
IN PIO_STATUS_BLOCK | IoStatus | ||
) |
Definition at line 174 of file irp.cpp.
Referenced by PortClsPower().