Bitdefender Hypervisor Memory Introspection
_KINTERRUPT_COMMON32 Struct Reference

The common part of nt!_KINTERRUPT on all x86 Windows versions. More...

#include <wddefs.h>

Data Fields

WORD Type
 
WORD Size
 
DWORD InterruptListEntryFlink
 
DWORD InterruptListEntryBlink
 
DWORD ServiceRoutine
 
DWORD MessageServiceRoutine
 
DWORD MessageIndex
 
DWORD ServiceContext
 
DWORD SpinLock
 
DWORD TickCount
 
DWORD ActualLock
 
DWORD DispatchAddress
 

Detailed Description

The common part of nt!_KINTERRUPT on all x86 Windows versions.

Definition at line 1961 of file wddefs.h.

Field Documentation

◆ ActualLock

DWORD _KINTERRUPT_COMMON32::ActualLock

Definition at line 1973 of file wddefs.h.

◆ DispatchAddress

DWORD _KINTERRUPT_COMMON32::DispatchAddress

Definition at line 1974 of file wddefs.h.

◆ InterruptListEntryBlink

DWORD _KINTERRUPT_COMMON32::InterruptListEntryBlink

Definition at line 1966 of file wddefs.h.

◆ InterruptListEntryFlink

DWORD _KINTERRUPT_COMMON32::InterruptListEntryFlink

Definition at line 1965 of file wddefs.h.

◆ MessageIndex

DWORD _KINTERRUPT_COMMON32::MessageIndex

Definition at line 1969 of file wddefs.h.

◆ MessageServiceRoutine

DWORD _KINTERRUPT_COMMON32::MessageServiceRoutine

Definition at line 1968 of file wddefs.h.

◆ ServiceContext

DWORD _KINTERRUPT_COMMON32::ServiceContext

Definition at line 1970 of file wddefs.h.

◆ ServiceRoutine

DWORD _KINTERRUPT_COMMON32::ServiceRoutine

Definition at line 1967 of file wddefs.h.

◆ Size

WORD _KINTERRUPT_COMMON32::Size

Definition at line 1964 of file wddefs.h.

◆ SpinLock

DWORD _KINTERRUPT_COMMON32::SpinLock

Definition at line 1971 of file wddefs.h.

◆ TickCount

DWORD _KINTERRUPT_COMMON32::TickCount

Definition at line 1972 of file wddefs.h.

◆ Type

WORD _KINTERRUPT_COMMON32::Type

Definition at line 1963 of file wddefs.h.


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