ReactOS 0.4.15-dev-6694-g4ba8af9
_KTIMER Struct Reference

#include <ketypes.h>

Collaboration diagram for _KTIMER:

Public Attributes

DISPATCHER_HEADER Header
 
ULARGE_INTEGER DueTime
 
LIST_ENTRY TimerListEntry
 
struct _KDPCDpc
 
ULONG Processor
 
ULONG Period
 

Detailed Description

Definition at line 839 of file ketypes.h.

Member Data Documentation

◆ Dpc

struct _KDPC* _KTIMER::Dpc

Definition at line 843 of file ketypes.h.

Referenced by BeepStartIo().

◆ DueTime

ULARGE_INTEGER _KTIMER::DueTime

Definition at line 841 of file ketypes.h.

Referenced by KiInsertTimerTable().

◆ Header

DISPATCHER_HEADER _KTIMER::Header

Definition at line 840 of file ketypes.h.

◆ Period

ULONG _KTIMER::Period

Definition at line 847 of file ketypes.h.

◆ Processor

ULONG _KTIMER::Processor

Definition at line 845 of file ketypes.h.

◆ TimerListEntry

LIST_ENTRY _KTIMER::TimerListEntry

Definition at line 842 of file ketypes.h.


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