![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cKernel.h>
Public Member Functions | |
CKeIrpQueue () | |
~CKeIrpQueue () | |
void | AddIrpToQueue (IN PIRP pIrp) |
void | AddIrpToHead (IN PIRP pIrp) |
void | CompleteIrpQueue (IN CCHAR cPriorityBoost=IO_SERIAL_INCREMENT) |
Static Public Member Functions | |
static void | RemoveIrpFromQueue (IN PIRP pIrp) |
Protected Attributes | |
CKeListT< CKeIRP, offsetof(CKeIRP, Tail.Overlay.ListEntry) > | m_queue |
An IRP Completion Queue. Always stack based.
|
inline |
|
inline |
|
inline |
Complete this pIrp when we are all done.
|
inline |
Complete this pIrp when we are all done.
|
inline |
cPriorityBoost = IO_SERIAL_INCREMENT, etc
|
inlinestatic |
|
protected |