ReactOS 0.4.15-dev-7953-g1f49173
_KDPC_DATA Struct Reference

#include <ketypes.h>

Collaboration diagram for _KDPC_DATA:

Public Attributes

KDPC_LIST DpcList
 
ULONG_PTR DpcLock
 
volatile ULONG DpcQueueDepth
 
ULONG DpcCount
 
PKDPC ActiveDpc
 

Detailed Description

Definition at line 847 of file ketypes.h.

Member Data Documentation

◆ ActiveDpc

PKDPC _KDPC_DATA::ActiveDpc

Definition at line 862 of file ketypes.h.

◆ DpcCount

ULONG _KDPC_DATA::DpcCount

Definition at line 860 of file ketypes.h.

Referenced by KeInsertQueueDpc(), KeUpdateRunTime(), and QSI_DEF().

◆ DpcList

KDPC_LIST _KDPC_DATA::DpcList

Definition at line 850 of file ketypes.h.

◆ DpcLock

ULONG_PTR _KDPC_DATA::DpcLock

Definition at line 854 of file ketypes.h.

Referenced by KeInsertQueueDpc(), KeRemoveQueueDpc(), and KiRetireDpcList().

◆ DpcQueueDepth


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