ReactOS 0.4.15-dev-7942-gd23573b
_IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS Struct Reference

#include <iotypes.h>

Collaboration diagram for _IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS:

Public Attributes

_In_ PDEVICE_OBJECT PhysicalDeviceObject
 
_Out_ PKINTERRUPTInterruptObject
 
_In_ PKSERVICE_ROUTINE ServiceRoutine
 
_In_ PVOID ServiceContext
 
_In_opt_ PKSPIN_LOCK SpinLock
 
_In_opt_ KIRQL SynchronizeIrql
 
_In_ BOOLEAN FloatingSave
 

Detailed Description

Definition at line 369 of file iotypes.h.

Member Data Documentation

◆ FloatingSave

_In_ BOOLEAN _IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS::FloatingSave

Definition at line 376 of file iotypes.h.

◆ InterruptObject

_Out_ PKINTERRUPT* _IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS::InterruptObject

Definition at line 371 of file iotypes.h.

◆ PhysicalDeviceObject

_In_ PDEVICE_OBJECT _IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS::PhysicalDeviceObject

Definition at line 370 of file iotypes.h.

◆ ServiceContext

_In_ PVOID _IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS::ServiceContext

Definition at line 373 of file iotypes.h.

◆ ServiceRoutine

_In_ PKSERVICE_ROUTINE _IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS::ServiceRoutine

Definition at line 372 of file iotypes.h.

◆ SpinLock

_In_opt_ PKSPIN_LOCK _IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS::SpinLock

Definition at line 374 of file iotypes.h.

◆ SynchronizeIrql

_In_opt_ KIRQL _IO_CONNECT_INTERRUPT_LINE_BASED_PARAMETERS::SynchronizeIrql

Definition at line 375 of file iotypes.h.


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