ReactOS 0.4.15-dev-8021-g7ce96fd
_DPC_QUEUE_ENTRY Struct Reference

#include <ke.h>

Collaboration diagram for _DPC_QUEUE_ENTRY:

Public Attributes

PKDPC Dpc
 
PKDEFERRED_ROUTINE Routine
 
PVOID Context
 

Detailed Description

Definition at line 71 of file ke.h.

Member Data Documentation

◆ Context

PVOID _DPC_QUEUE_ENTRY::Context

Definition at line 75 of file ke.h.

Referenced by KiTimerExpiration(), and KiTimerListExpire().

◆ Dpc

PKDPC _DPC_QUEUE_ENTRY::Dpc

Definition at line 73 of file ke.h.

Referenced by KiTimerExpiration(), and KiTimerListExpire().

◆ Routine

PKDEFERRED_ROUTINE _DPC_QUEUE_ENTRY::Routine

Definition at line 74 of file ke.h.

Referenced by KiTimerExpiration(), and KiTimerListExpire().


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