ReactOS 0.4.16-dev-2354-g16de117
_INTERRUPT_REMAPPING_INFO Struct Reference

#include <haltypes.h>

Collaboration diagram for _INTERRUPT_REMAPPING_INFO:

Public Attributes

ULONG IrtIndex: 30
 
ULONG FlagHalInternal: 1
 
ULONG FlagTranslated: 1
 
union {
   ULARGE_INTEGER   RemappedFormat
 
   struct {
      ULONG   MessageAddressLow
 
      USHORT   MessageData
 
      USHORT   Reserved
 
   }   Msi
 
u
 

Detailed Description

Definition at line 44 of file haltypes.h.

Member Data Documentation

◆ FlagHalInternal

ULONG _INTERRUPT_REMAPPING_INFO::FlagHalInternal

Definition at line 47 of file haltypes.h.

◆ FlagTranslated

ULONG _INTERRUPT_REMAPPING_INFO::FlagTranslated

Definition at line 48 of file haltypes.h.

◆ IrtIndex

ULONG _INTERRUPT_REMAPPING_INFO::IrtIndex

Definition at line 46 of file haltypes.h.

◆ MessageAddressLow

ULONG _INTERRUPT_REMAPPING_INFO::MessageAddressLow

Definition at line 52 of file haltypes.h.

◆ MessageData

USHORT _INTERRUPT_REMAPPING_INFO::MessageData

Definition at line 53 of file haltypes.h.

◆ 

struct { ... } _INTERRUPT_REMAPPING_INFO::Msi

◆ RemappedFormat

ULARGE_INTEGER _INTERRUPT_REMAPPING_INFO::RemappedFormat

Definition at line 50 of file haltypes.h.

◆ Reserved

USHORT _INTERRUPT_REMAPPING_INFO::Reserved

Definition at line 54 of file haltypes.h.

◆ 

union { ... } _INTERRUPT_REMAPPING_INFO::u

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