struct KDEVICE_QUEUE

typedef struct _KDEVICE_QUEUE
{
     SHORT Type;
     SHORT Size;
     LIST_ENTRY DeviceListHead;
     ULONG Lock;
     UCHAR Busy;
} KDEVICE_QUEUE, *PKDEVICE_QUEUE;

Windows Vista Kernel Structures