ReactOS 0.4.15-dev-7842-g558ab78
_WDF_INTERRUPT_CONFIG Struct Reference

#include <wdfinterrupt.h>

Collaboration diagram for _WDF_INTERRUPT_CONFIG:

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
 
WDF_TRI_STATE ReportInactiveOnPowerDown
 
BOOLEAN CanWakeDevice
 

Detailed Description

Definition at line 202 of file wdfinterrupt.h.

Member Data Documentation

◆ AutomaticSerialization

BOOLEAN _WDF_INTERRUPT_CONFIG::AutomaticSerialization

Definition at line 220 of file wdfinterrupt.h.

◆ CanWakeDevice

BOOLEAN _WDF_INTERRUPT_CONFIG::CanWakeDevice

Definition at line 265 of file wdfinterrupt.h.

◆ EvtInterruptDisable

PFN_WDF_INTERRUPT_DISABLE _WDF_INTERRUPT_CONFIG::EvtInterruptDisable

Definition at line 228 of file wdfinterrupt.h.

◆ EvtInterruptDpc

PFN_WDF_INTERRUPT_DPC _WDF_INTERRUPT_CONFIG::EvtInterruptDpc

Definition at line 226 of file wdfinterrupt.h.

◆ EvtInterruptEnable

PFN_WDF_INTERRUPT_ENABLE _WDF_INTERRUPT_CONFIG::EvtInterruptEnable

Definition at line 227 of file wdfinterrupt.h.

◆ EvtInterruptIsr

PFN_WDF_INTERRUPT_ISR _WDF_INTERRUPT_CONFIG::EvtInterruptIsr

Definition at line 225 of file wdfinterrupt.h.

Referenced by if().

◆ EvtInterruptWorkItem

PFN_WDF_INTERRUPT_WORKITEM _WDF_INTERRUPT_CONFIG::EvtInterruptWorkItem

Definition at line 229 of file wdfinterrupt.h.

◆ FloatingSave

BOOLEAN _WDF_INTERRUPT_CONFIG::FloatingSave

Definition at line 214 of file wdfinterrupt.h.

◆ InterruptRaw

PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG::InterruptRaw

Definition at line 235 of file wdfinterrupt.h.

◆ InterruptTranslated

PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG::InterruptTranslated

Definition at line 236 of file wdfinterrupt.h.

◆ PassiveHandling

BOOLEAN _WDF_INTERRUPT_CONFIG::PassiveHandling

Definition at line 247 of file wdfinterrupt.h.

◆ ReportInactiveOnPowerDown

WDF_TRI_STATE _WDF_INTERRUPT_CONFIG::ReportInactiveOnPowerDown

Definition at line 256 of file wdfinterrupt.h.

◆ ShareVector

WDF_TRI_STATE _WDF_INTERRUPT_CONFIG::ShareVector

Definition at line 212 of file wdfinterrupt.h.

◆ Size

ULONG _WDF_INTERRUPT_CONFIG::Size

Definition at line 203 of file wdfinterrupt.h.

Referenced by if().

◆ SpinLock

WDFSPINLOCK _WDF_INTERRUPT_CONFIG::SpinLock

Definition at line 210 of file wdfinterrupt.h.

◆ WaitLock

WDFWAITLOCK _WDF_INTERRUPT_CONFIG::WaitLock

Definition at line 241 of file wdfinterrupt.h.


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