HyperDbg Debugger
Loading...
Searching...
No Matches
_INTERRUPT_INFO Union Reference

Interrupt injection and event format. More...

#include <Events.h>

Public Attributes

struct { 
 
   UINT32   Vector: 8 
 
   UINT32   InterruptType: 3 
 
   UINT32   DeliverCode: 1 
 
   UINT32   Reserved: 19 
 
   UINT32   Valid: 1 
 
Fields 
 
UINT32 Flags
 

Detailed Description

Interrupt injection and event format.

Member Data Documentation

◆ DeliverCode

UINT32 _INTERRUPT_INFO::DeliverCode

◆ [struct]

struct { ... } _INTERRUPT_INFO::Fields

◆ Flags

UINT32 _INTERRUPT_INFO::Flags

◆ InterruptType

UINT32 _INTERRUPT_INFO::InterruptType

◆ Reserved

UINT32 _INTERRUPT_INFO::Reserved

◆ Valid

UINT32 _INTERRUPT_INFO::Valid

◆ Vector

UINT32 _INTERRUPT_INFO::Vector

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