ReactOS 0.4.15-dev-7934-g1dc8d80
_IO_INTERRUPT_MESSAGE_INFO_ENTRY Struct Reference

#include <iotypes.h>

Collaboration diagram for _IO_INTERRUPT_MESSAGE_INFO_ENTRY:

Public Attributes

PHYSICAL_ADDRESS MessageAddress
 
KAFFINITY TargetProcessorSet
 
PKINTERRUPT InterruptObject
 
ULONG MessageData
 
ULONG Vector
 
KIRQL Irql
 
KINTERRUPT_MODE Mode
 
KINTERRUPT_POLARITY Polarity
 

Detailed Description

Definition at line 336 of file iotypes.h.

Member Data Documentation

◆ InterruptObject

PKINTERRUPT _IO_INTERRUPT_MESSAGE_INFO_ENTRY::InterruptObject

Definition at line 339 of file iotypes.h.

◆ Irql

KIRQL _IO_INTERRUPT_MESSAGE_INFO_ENTRY::Irql

Definition at line 342 of file iotypes.h.

◆ MessageAddress

PHYSICAL_ADDRESS _IO_INTERRUPT_MESSAGE_INFO_ENTRY::MessageAddress

Definition at line 337 of file iotypes.h.

◆ MessageData

ULONG _IO_INTERRUPT_MESSAGE_INFO_ENTRY::MessageData

Definition at line 340 of file iotypes.h.

◆ Mode

KINTERRUPT_MODE _IO_INTERRUPT_MESSAGE_INFO_ENTRY::Mode

Definition at line 343 of file iotypes.h.

◆ Polarity

KINTERRUPT_POLARITY _IO_INTERRUPT_MESSAGE_INFO_ENTRY::Polarity

Definition at line 344 of file iotypes.h.

◆ TargetProcessorSet

KAFFINITY _IO_INTERRUPT_MESSAGE_INFO_ENTRY::TargetProcessorSet

Definition at line 338 of file iotypes.h.

◆ Vector

ULONG _IO_INTERRUPT_MESSAGE_INFO_ENTRY::Vector

Definition at line 341 of file iotypes.h.


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