ReactOS 0.4.15-dev-7842-g558ab78
_WDF_INTERRUPT_CONFIG_V2_0 Struct Reference

#include <wdf20.h>

Collaboration diagram for _WDF_INTERRUPT_CONFIG_V2_0:

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 1436 of file wdf20.h.

Member Data Documentation

◆ AutomaticSerialization

BOOLEAN _WDF_INTERRUPT_CONFIG_V2_0::AutomaticSerialization

Definition at line 1454 of file wdf20.h.

◆ CanWakeDevice

BOOLEAN _WDF_INTERRUPT_CONFIG_V2_0::CanWakeDevice

Definition at line 1504 of file wdf20.h.

◆ EvtInterruptDisable

PFN_WDF_INTERRUPT_DISABLE _WDF_INTERRUPT_CONFIG_V2_0::EvtInterruptDisable

Definition at line 1465 of file wdf20.h.

◆ EvtInterruptDpc

PFN_WDF_INTERRUPT_DPC _WDF_INTERRUPT_CONFIG_V2_0::EvtInterruptDpc

Definition at line 1461 of file wdf20.h.

◆ EvtInterruptEnable

PFN_WDF_INTERRUPT_ENABLE _WDF_INTERRUPT_CONFIG_V2_0::EvtInterruptEnable

Definition at line 1463 of file wdf20.h.

◆ EvtInterruptIsr

PFN_WDF_INTERRUPT_ISR _WDF_INTERRUPT_CONFIG_V2_0::EvtInterruptIsr

Definition at line 1459 of file wdf20.h.

◆ EvtInterruptWorkItem

PFN_WDF_INTERRUPT_WORKITEM _WDF_INTERRUPT_CONFIG_V2_0::EvtInterruptWorkItem

Definition at line 1467 of file wdf20.h.

◆ FloatingSave

BOOLEAN _WDF_INTERRUPT_CONFIG_V2_0::FloatingSave

Definition at line 1448 of file wdf20.h.

◆ InterruptRaw

PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG_V2_0::InterruptRaw

Definition at line 1473 of file wdf20.h.

◆ InterruptTranslated

PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG_V2_0::InterruptTranslated

Definition at line 1475 of file wdf20.h.

◆ PassiveHandling

BOOLEAN _WDF_INTERRUPT_CONFIG_V2_0::PassiveHandling

Definition at line 1486 of file wdf20.h.

◆ ReportInactiveOnPowerDown

WDF_TRI_STATE _WDF_INTERRUPT_CONFIG_V2_0::ReportInactiveOnPowerDown

Definition at line 1495 of file wdf20.h.

◆ ShareVector

WDF_TRI_STATE _WDF_INTERRUPT_CONFIG_V2_0::ShareVector

Definition at line 1446 of file wdf20.h.

◆ Size

ULONG _WDF_INTERRUPT_CONFIG_V2_0::Size

Definition at line 1437 of file wdf20.h.

◆ SpinLock

WDFSPINLOCK _WDF_INTERRUPT_CONFIG_V2_0::SpinLock

Definition at line 1444 of file wdf20.h.

◆ WaitLock

WDFWAITLOCK _WDF_INTERRUPT_CONFIG_V2_0::WaitLock

Definition at line 1480 of file wdf20.h.


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