ReactOS 0.4.16-dev-197-g92996da
|
#include <ketypes.h>
Public Attributes | |
LIST_ENTRY | DeviceListEntry |
ULONG | SortKey |
BOOLEAN | Inserted |
LIST_ENTRY _KDEVICE_QUEUE_ENTRY::DeviceListEntry |
Definition at line 579 of file ketypes.h.
Referenced by KeInsertByKeyDeviceQueue(), KeInsertDeviceQueue(), KeRemoveByKeyDeviceQueue(), KeRemoveByKeyDeviceQueueIfBusy(), and KeRemoveEntryDeviceQueue().
BOOLEAN _KDEVICE_QUEUE_ENTRY::Inserted |
Definition at line 581 of file ketypes.h.
Referenced by KeInsertDeviceQueue(), KeRemoveByKeyDeviceQueue(), KeRemoveByKeyDeviceQueueIfBusy(), KeRemoveDeviceQueue(), KeRemoveEntryDeviceQueue(), and Tests_Insert_And_Delete().
ULONG _KDEVICE_QUEUE_ENTRY::SortKey |
Definition at line 580 of file ketypes.h.
Referenced by KeInsertByKeyDeviceQueue(), KeRemoveByKeyDeviceQueue(), KeRemoveByKeyDeviceQueueIfBusy(), and Tests_Insert_And_Delete().