ReactOS 0.4.16-dev-117-g38f21f9
|
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 458 of file irp.cpp.
Referenced by PortClsPnp().
Definition at line 409 of file irp.cpp.
Referenced by AdapterDispatchPnp(), and PcInitializeAdapterDriver().
Definition at line 509 of file irp.cpp.
Referenced by PortClsPnp(), and PwrCompletionFunction().
Definition at line 25 of file irp.cpp.
Referenced by PcDispatchIrp().
Definition at line 36 of file irp.cpp.
Referenced by PcDispatchIrp().
Definition at line 202 of file irp.cpp.
Referenced by PcDispatchIrp().
Definition at line 384 of file irp.cpp.
Referenced by PcDispatchIrp().
Definition at line 367 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 168 of file irp.cpp.
Referenced by PortClsPower().