Bitdefender Hypervisor Memory Introspection
_KINTERRUPT_COMMON64 Struct Reference

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

#include <wddefs.h>

Data Fields

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

Detailed Description

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

Definition at line 1984 of file wddefs.h.

Field Documentation

◆ ActualLock

QWORD _KINTERRUPT_COMMON64::ActualLock

Definition at line 1996 of file wddefs.h.

◆ DispatchAddress

QWORD _KINTERRUPT_COMMON64::DispatchAddress

Definition at line 1997 of file wddefs.h.

◆ InterruptListEntryBlink

QWORD _KINTERRUPT_COMMON64::InterruptListEntryBlink

Definition at line 1989 of file wddefs.h.

◆ InterruptListEntryFlink

QWORD _KINTERRUPT_COMMON64::InterruptListEntryFlink

Definition at line 1988 of file wddefs.h.

◆ MessageIndex

DWORD _KINTERRUPT_COMMON64::MessageIndex

Definition at line 1992 of file wddefs.h.

◆ MessageServiceRoutine

QWORD _KINTERRUPT_COMMON64::MessageServiceRoutine

Definition at line 1991 of file wddefs.h.

◆ ServiceContext

QWORD _KINTERRUPT_COMMON64::ServiceContext

Definition at line 1993 of file wddefs.h.

◆ ServiceRoutine

QWORD _KINTERRUPT_COMMON64::ServiceRoutine

Definition at line 1990 of file wddefs.h.

◆ Size

WORD _KINTERRUPT_COMMON64::Size

Definition at line 1987 of file wddefs.h.

◆ SpinLock

QWORD _KINTERRUPT_COMMON64::SpinLock

Definition at line 1994 of file wddefs.h.

◆ TickCount

DWORD _KINTERRUPT_COMMON64::TickCount

Definition at line 1995 of file wddefs.h.

◆ Type

WORD _KINTERRUPT_COMMON64::Type

Definition at line 1986 of file wddefs.h.


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