ReactOS 0.4.15-dev-7934-g1dc8d80
_KIDT_INIT Struct Reference

#include <ke.h>

Collaboration diagram for _KIDT_INIT:

Public Attributes

UCHAR InterruptId
 
UCHAR Dpl
 
UCHAR IstIndex
 
PVOID ServiceRoutine
 

Detailed Description

Definition at line 93 of file ke.h.

Member Data Documentation

◆ Dpl

UCHAR _KIDT_INIT::Dpl

Definition at line 96 of file ke.h.

Referenced by KeInitExceptions().

◆ InterruptId

UCHAR _KIDT_INIT::InterruptId

Definition at line 95 of file ke.h.

◆ IstIndex

UCHAR _KIDT_INIT::IstIndex

Definition at line 97 of file ke.h.

Referenced by KeInitExceptions().

◆ ServiceRoutine

PVOID _KIDT_INIT::ServiceRoutine

Definition at line 98 of file ke.h.


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