ReactOS 0.4.15-dev-7934-g1dc8d80
_IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS Struct Reference

#include <iotypes.h>

Collaboration diagram for _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS:

Public Attributes

_In_ PDEVICE_OBJECT PhysicalDeviceObject
 
union {
   _Out_ PVOID *   Generic
 
   _Out_ PIO_INTERRUPT_MESSAGE_INFO *   InterruptMessageTable
 
   _Out_ PKINTERRUPT *   InterruptObject
 
ConnectionContext
 
_In_ PKMESSAGE_SERVICE_ROUTINE MessageServiceRoutine
 
_In_ PVOID ServiceContext
 
_In_opt_ PKSPIN_LOCK SpinLock
 
_In_opt_ KIRQL SynchronizeIrql
 
_In_ BOOLEAN FloatingSave
 
_In_opt_ PKSERVICE_ROUTINE FallBackServiceRoutine
 

Detailed Description

Definition at line 379 of file iotypes.h.

Member Data Documentation

◆ 

union { ... } _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::ConnectionContext

◆ FallBackServiceRoutine

_In_opt_ PKSERVICE_ROUTINE _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::FallBackServiceRoutine

Definition at line 391 of file iotypes.h.

◆ FloatingSave

_In_ BOOLEAN _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::FloatingSave

Definition at line 390 of file iotypes.h.

◆ Generic

_Out_ PVOID* _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::Generic

Definition at line 382 of file iotypes.h.

◆ InterruptMessageTable

_Out_ PIO_INTERRUPT_MESSAGE_INFO* _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::InterruptMessageTable

Definition at line 383 of file iotypes.h.

◆ InterruptObject

_Out_ PKINTERRUPT* _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::InterruptObject

Definition at line 384 of file iotypes.h.

◆ MessageServiceRoutine

_In_ PKMESSAGE_SERVICE_ROUTINE _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::MessageServiceRoutine

Definition at line 386 of file iotypes.h.

◆ PhysicalDeviceObject

_In_ PDEVICE_OBJECT _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::PhysicalDeviceObject

Definition at line 380 of file iotypes.h.

◆ ServiceContext

_In_ PVOID _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::ServiceContext

Definition at line 387 of file iotypes.h.

◆ SpinLock

_In_opt_ PKSPIN_LOCK _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::SpinLock

Definition at line 388 of file iotypes.h.

◆ SynchronizeIrql

_In_opt_ KIRQL _IO_CONNECT_INTERRUPT_MESSAGE_BASED_PARAMETERS::SynchronizeIrql

Definition at line 389 of file iotypes.h.


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