ReactOS 0.4.15-dev-7958-gcd0bb1a
_IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS Struct Reference

#include <iotypes.h>

Collaboration diagram for _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS:

Public Attributes

_In_ PDEVICE_OBJECT PhysicalDeviceObject
 
_Out_ PKINTERRUPTInterruptObject
 
_In_ PKSERVICE_ROUTINE ServiceRoutine
 
_In_ PVOID ServiceContext
 
_In_opt_ PKSPIN_LOCK SpinLock
 
_In_ KIRQL SynchronizeIrql
 
_In_ BOOLEAN FloatingSave
 
_In_ BOOLEAN ShareVector
 
_In_ ULONG Vector
 
_In_ KIRQL Irql
 
_In_ KINTERRUPT_MODE InterruptMode
 
_In_ KAFFINITY ProcessorEnableMask
 
_In_ USHORT Group
 

Detailed Description

Definition at line 353 of file iotypes.h.

Member Data Documentation

◆ FloatingSave

_In_ BOOLEAN _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::FloatingSave

Definition at line 360 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ Group

_In_ USHORT _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::Group

Definition at line 366 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ InterruptMode

_In_ KINTERRUPT_MODE _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::InterruptMode

Definition at line 364 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ InterruptObject

_Out_ PKINTERRUPT* _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::InterruptObject

Definition at line 355 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ Irql

_In_ KIRQL _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::Irql

Definition at line 363 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ PhysicalDeviceObject

_In_ PDEVICE_OBJECT _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::PhysicalDeviceObject

Definition at line 354 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ ProcessorEnableMask

_In_ KAFFINITY _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::ProcessorEnableMask

Definition at line 365 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ ServiceContext

_In_ PVOID _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::ServiceContext

Definition at line 357 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ ServiceRoutine

_In_ PKSERVICE_ROUTINE _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::ServiceRoutine

Definition at line 356 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ ShareVector

_In_ BOOLEAN _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::ShareVector

Definition at line 361 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ SpinLock

_In_opt_ PKSPIN_LOCK _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::SpinLock

Definition at line 358 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ SynchronizeIrql

_In_ KIRQL _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::SynchronizeIrql

Definition at line 359 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().

◆ Vector

_In_ ULONG _IO_CONNECT_INTERRUPT_FULLY_SPECIFIED_PARAMETERS::Vector

Definition at line 362 of file iotypes.h.

Referenced by FxInterrupt::ConnectInternal().


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