#include "private.hpp"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ STREAM_DATA_OFFSET
#define STREAM_DATA_OFFSET (0) |
◆ PKSSTREAM_DATA
◆ PKSSTREAM_TAG
◆ NewIrpQueue()
Definition at line 864 of file irpstream.cpp.
866{
870
872
875}
#define STATUS_INSUFFICIENT_RESOURCES
_Must_inspect_result_ _In_ WDFDEVICE _In_ PIRP _In_ WDFQUEUE Queue
◆ RemoveHeadList_IRP()
Definition at line 16 of file irpstream.cpp.
18{
21
22 for (CurEntry = QueueHead->Flink; CurEntry != QueueHead; CurEntry = CurEntry->
Flink)
23 {
24
26
27
29 {
30
33 }
34 }
35
36
38}
#define RemoveEntryList(Entry)
IoSetCancelRoutine(Irp, CancelRoutine)
struct _LIST_ENTRY * Flink
#define CONTAINING_RECORD(address, type, field)