ReactOS 0.4.16-dev-340-g0540c21
|
#include <ketypes.h>
Public Attributes | |
CSHORT | Type |
CSHORT | Size |
LIST_ENTRY | DeviceListHead |
KSPIN_LOCK | Lock |
BOOLEAN | Busy |
BOOLEAN _KDEVICE_QUEUE::Busy |
Definition at line 733 of file ketypes.h.
Referenced by Test_Initialize(), and Tests_Insert_And_Delete().
LIST_ENTRY _KDEVICE_QUEUE::DeviceListHead |
Definition at line 722 of file ketypes.h.
Referenced by Tests_Insert_And_Delete().
KSPIN_LOCK _KDEVICE_QUEUE::Lock |
CSHORT _KDEVICE_QUEUE::Size |
Definition at line 721 of file ketypes.h.
Referenced by Test_Initialize(), and Tests_Insert_And_Delete().
CSHORT _KDEVICE_QUEUE::Type |
Definition at line 720 of file ketypes.h.
Referenced by Test_Initialize().