ReactOS 0.4.16-dev-1142-g8029339
_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 1010 of file ketypes.h.

Member Data Documentation

◆ ActiveDpc

PKDPC _KDPC_DATA::ActiveDpc

Definition at line 1025 of file ketypes.h.

◆ DpcCount

ULONG _KDPC_DATA::DpcCount

Definition at line 1023 of file ketypes.h.

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

◆ DpcList

KDPC_LIST _KDPC_DATA::DpcList

Definition at line 1013 of file ketypes.h.

◆ DpcLock

ULONG_PTR _KDPC_DATA::DpcLock

Definition at line 1017 of file ketypes.h.

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

◆ DpcQueueDepth


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