ReactOS 0.4.16-dev-340-g0540c21
|
#include <scavengr.h>
Public Attributes | |
LIST_ENTRY | List |
UCHAR | Type |
UCHAR | Operation |
UCHAR | State |
UCHAR | Flags |
struct _RX_SCAVENGER_ENTRY * | pContinuationEntry |
Definition at line 8 of file scavengr.h.
UCHAR _RX_SCAVENGER_ENTRY::Flags |
Definition at line 14 of file scavengr.h.
LIST_ENTRY _RX_SCAVENGER_ENTRY::List |
Definition at line 10 of file scavengr.h.
UCHAR _RX_SCAVENGER_ENTRY::Operation |
Definition at line 12 of file scavengr.h.
struct _RX_SCAVENGER_ENTRY* _RX_SCAVENGER_ENTRY::pContinuationEntry |
Definition at line 15 of file scavengr.h.
UCHAR _RX_SCAVENGER_ENTRY::State |
Definition at line 13 of file scavengr.h.
UCHAR _RX_SCAVENGER_ENTRY::Type |
Definition at line 11 of file scavengr.h.