ReactOS 0.4.15-dev-8058-ga7cbb60
_IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS Struct Reference

#include <iotypes.h>

Collaboration diagram for _IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS:

Public Attributes

ULONG Version
 
union {
   PVOID   Generic
 
   PKINTERRUPT   InterruptObject
 
   PIO_INTERRUPT_MESSAGE_INFO   InterruptMessageTable
 
ConnectionContext
 

Detailed Description

Definition at line 412 of file iotypes.h.

Member Data Documentation

◆ 

union { ... } _IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS::ConnectionContext

◆ Generic

PVOID _IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS::Generic

Definition at line 417 of file iotypes.h.

◆ InterruptMessageTable

PIO_INTERRUPT_MESSAGE_INFO _IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS::InterruptMessageTable

Definition at line 419 of file iotypes.h.

◆ InterruptObject

PKINTERRUPT _IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS::InterruptObject

Definition at line 418 of file iotypes.h.

Referenced by FxInterrupt::ReportActive(), and FxInterrupt::ReportInactive().

◆ Version

ULONG _IO_REPORT_INTERRUPT_ACTIVE_STATE_PARAMETERS::Version

Definition at line 414 of file iotypes.h.

Referenced by FxInterrupt::ReportActive(), and FxInterrupt::ReportInactive().


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