ReactOS 0.4.15-dev-7842-g558ab78
_WDF_INTERRUPT_CONFIG_V1_11_BETA Struct Reference
Collaboration diagram for _WDF_INTERRUPT_CONFIG_V1_11_BETA:

Public Attributes

ULONG Size
 
WDFSPINLOCK SpinLock
 
WDF_TRI_STATE ShareVector
 
BOOLEAN FloatingSave
 
BOOLEAN AutomaticSerialization
 
PFN_WDF_INTERRUPT_ISR EvtInterruptIsr
 
PFN_WDF_INTERRUPT_DPC EvtInterruptDpc
 
PFN_WDF_INTERRUPT_ENABLE EvtInterruptEnable
 
PFN_WDF_INTERRUPT_DISABLE EvtInterruptDisable
 
PFN_WDF_INTERRUPT_WORKITEM EvtInterruptWorkItem
 
PCM_PARTIAL_RESOURCE_DESCRIPTOR InterruptRaw
 
PCM_PARTIAL_RESOURCE_DESCRIPTOR InterruptTranslated
 
WDFWAITLOCK WaitLock
 
BOOLEAN PassiveHandling
 

Detailed Description

Definition at line 75 of file fxinterruptapi.cpp.

Member Data Documentation

◆ AutomaticSerialization

BOOLEAN _WDF_INTERRUPT_CONFIG_V1_11_BETA::AutomaticSerialization

Definition at line 93 of file fxinterruptapi.cpp.

◆ EvtInterruptDisable

PFN_WDF_INTERRUPT_DISABLE _WDF_INTERRUPT_CONFIG_V1_11_BETA::EvtInterruptDisable

Definition at line 101 of file fxinterruptapi.cpp.

◆ EvtInterruptDpc

PFN_WDF_INTERRUPT_DPC _WDF_INTERRUPT_CONFIG_V1_11_BETA::EvtInterruptDpc

Definition at line 99 of file fxinterruptapi.cpp.

◆ EvtInterruptEnable

PFN_WDF_INTERRUPT_ENABLE _WDF_INTERRUPT_CONFIG_V1_11_BETA::EvtInterruptEnable

Definition at line 100 of file fxinterruptapi.cpp.

◆ EvtInterruptIsr

PFN_WDF_INTERRUPT_ISR _WDF_INTERRUPT_CONFIG_V1_11_BETA::EvtInterruptIsr

Definition at line 98 of file fxinterruptapi.cpp.

◆ EvtInterruptWorkItem

PFN_WDF_INTERRUPT_WORKITEM _WDF_INTERRUPT_CONFIG_V1_11_BETA::EvtInterruptWorkItem

Definition at line 102 of file fxinterruptapi.cpp.

◆ FloatingSave

BOOLEAN _WDF_INTERRUPT_CONFIG_V1_11_BETA::FloatingSave

Definition at line 87 of file fxinterruptapi.cpp.

◆ InterruptRaw

PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG_V1_11_BETA::InterruptRaw

Definition at line 108 of file fxinterruptapi.cpp.

◆ InterruptTranslated

PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG_V1_11_BETA::InterruptTranslated

Definition at line 109 of file fxinterruptapi.cpp.

◆ PassiveHandling

BOOLEAN _WDF_INTERRUPT_CONFIG_V1_11_BETA::PassiveHandling

Definition at line 120 of file fxinterruptapi.cpp.

◆ ShareVector

WDF_TRI_STATE _WDF_INTERRUPT_CONFIG_V1_11_BETA::ShareVector

Definition at line 85 of file fxinterruptapi.cpp.

◆ Size

ULONG _WDF_INTERRUPT_CONFIG_V1_11_BETA::Size

Definition at line 76 of file fxinterruptapi.cpp.

◆ SpinLock

WDFSPINLOCK _WDF_INTERRUPT_CONFIG_V1_11_BETA::SpinLock

Definition at line 83 of file fxinterruptapi.cpp.

◆ WaitLock

WDFWAITLOCK _WDF_INTERRUPT_CONFIG_V1_11_BETA::WaitLock

Definition at line 114 of file fxinterruptapi.cpp.


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