|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <ketypes.h>

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