|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ketypes.h>

Public Attributes | |
| LIST_ENTRY | DeviceListEntry |
| ULONG | SortKey |
| BOOLEAN | Inserted |
| LIST_ENTRY _KDEVICE_QUEUE_ENTRY::DeviceListEntry |
Definition at line 631 of file ketypes.h.
Referenced by KeInsertByKeyDeviceQueue(), KeInsertDeviceQueue(), KeRemoveByKeyDeviceQueue(), KeRemoveByKeyDeviceQueueIfBusy(), and KeRemoveEntryDeviceQueue().
| BOOLEAN _KDEVICE_QUEUE_ENTRY::Inserted |
Definition at line 633 of file ketypes.h.
Referenced by KeInsertDeviceQueue(), KeRemoveByKeyDeviceQueue(), KeRemoveByKeyDeviceQueueIfBusy(), KeRemoveDeviceQueue(), KeRemoveEntryDeviceQueue(), and Tests_Insert_And_Delete().
| ULONG _KDEVICE_QUEUE_ENTRY::SortKey |
Definition at line 632 of file ketypes.h.
Referenced by KeInsertByKeyDeviceQueue(), KeRemoveByKeyDeviceQueue(), KeRemoveByKeyDeviceQueueIfBusy(), and Tests_Insert_And_Delete().