ReactOS 0.4.15-dev-6054-gbddd8b0
_KDEVICE_QUEUE Struct Reference

#include <ketypes.h>

Collaboration diagram for _KDEVICE_QUEUE:

Public Attributes

CSHORT Type
 
CSHORT Size
 
LIST_ENTRY DeviceListHead
 
KSPIN_LOCK Lock
 
BOOLEAN Busy
 

Detailed Description

Definition at line 707 of file ketypes.h.

Member Data Documentation

◆ Busy

BOOLEAN _KDEVICE_QUEUE::Busy

Definition at line 721 of file ketypes.h.

Referenced by Test_Initialize(), and Tests_Insert_And_Delete().

◆ DeviceListHead

LIST_ENTRY _KDEVICE_QUEUE::DeviceListHead

Definition at line 710 of file ketypes.h.

Referenced by Tests_Insert_And_Delete().

◆ Lock

KSPIN_LOCK _KDEVICE_QUEUE::Lock

Definition at line 711 of file ketypes.h.

◆ Size

CSHORT _KDEVICE_QUEUE::Size

Definition at line 709 of file ketypes.h.

Referenced by Test_Initialize(), and Tests_Insert_And_Delete().

◆ Type

CSHORT _KDEVICE_QUEUE::Type

Definition at line 708 of file ketypes.h.

Referenced by Test_Initialize().


The documentation for this struct was generated from the following file: