ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <rxcontx.h>
Public Attributes | |
union { | |
LIST_ENTRY | |
LIST_ENTRY ListEntry | |
}; | |
ULONG | Signature |
PRDBSS_DEVICE_OBJECT | RxDeviceObject |
PRX_CONTEXT | RxContext |
PIRP | Irp |
ULONG | Flags |
PVOID | Previous |
PETHREAD | Thread |
union { ... } _RX_TOPLEVELIRP_CONTEXT::@2152 |
ULONG _RX_TOPLEVELIRP_CONTEXT::Flags |
Definition at line 19 of file rxcontx.h.
Referenced by RxAddToTopLevelIrpAllocatedContextsList(), RxIsMemberOfTopLevelIrpAllocatedContextsList(), and RxRemoveFromTopLevelIrpAllocatedContextsList().
LIST_ENTRY _RX_TOPLEVELIRP_CONTEXT::ListEntry |
Definition at line 13 of file rxcontx.h.
Referenced by RxAddToTopLevelIrpAllocatedContextsList(), and RxRemoveFromTopLevelIrpAllocatedContextsList().
PRX_CONTEXT _RX_TOPLEVELIRP_CONTEXT::RxContext |
PRDBSS_DEVICE_OBJECT _RX_TOPLEVELIRP_CONTEXT::RxDeviceObject |
ULONG _RX_TOPLEVELIRP_CONTEXT::Signature |
Definition at line 15 of file rxcontx.h.
Referenced by RxAddToTopLevelIrpAllocatedContextsList(), RxIsMemberOfTopLevelIrpAllocatedContextsList(), and RxRemoveFromTopLevelIrpAllocatedContextsList().