ReactOS 0.4.15-dev-7958-gcd0bb1a
_WDF_INTERRUPT_CONFIG_V1_11 Struct Reference

#include <wdf111.h>

Collaboration diagram for _WDF_INTERRUPT_CONFIG_V1_11:

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
 

Detailed Description

Definition at line 1430 of file wdf111.h.

Member Data Documentation

◆ AutomaticSerialization

BOOLEAN _WDF_INTERRUPT_CONFIG_V1_11::AutomaticSerialization

Definition at line 1448 of file wdf111.h.

◆ EvtInterruptDisable

PFN_WDF_INTERRUPT_DISABLE _WDF_INTERRUPT_CONFIG_V1_11::EvtInterruptDisable

Definition at line 1459 of file wdf111.h.

◆ EvtInterruptDpc

PFN_WDF_INTERRUPT_DPC _WDF_INTERRUPT_CONFIG_V1_11::EvtInterruptDpc

Definition at line 1455 of file wdf111.h.

◆ EvtInterruptEnable

PFN_WDF_INTERRUPT_ENABLE _WDF_INTERRUPT_CONFIG_V1_11::EvtInterruptEnable

Definition at line 1457 of file wdf111.h.

◆ EvtInterruptIsr

PFN_WDF_INTERRUPT_ISR _WDF_INTERRUPT_CONFIG_V1_11::EvtInterruptIsr

Definition at line 1453 of file wdf111.h.

◆ EvtInterruptWorkItem

PFN_WDF_INTERRUPT_WORKITEM _WDF_INTERRUPT_CONFIG_V1_11::EvtInterruptWorkItem

Definition at line 1461 of file wdf111.h.

◆ FloatingSave

BOOLEAN _WDF_INTERRUPT_CONFIG_V1_11::FloatingSave

Definition at line 1442 of file wdf111.h.

◆ InterruptRaw

PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG_V1_11::InterruptRaw

Definition at line 1467 of file wdf111.h.

◆ InterruptTranslated

PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG_V1_11::InterruptTranslated

Definition at line 1469 of file wdf111.h.

◆ PassiveHandling

BOOLEAN _WDF_INTERRUPT_CONFIG_V1_11::PassiveHandling

Definition at line 1480 of file wdf111.h.

◆ ReportInactiveOnPowerDown

WDF_TRI_STATE _WDF_INTERRUPT_CONFIG_V1_11::ReportInactiveOnPowerDown

Definition at line 1489 of file wdf111.h.

◆ ShareVector

WDF_TRI_STATE _WDF_INTERRUPT_CONFIG_V1_11::ShareVector

Definition at line 1440 of file wdf111.h.

◆ Size

ULONG _WDF_INTERRUPT_CONFIG_V1_11::Size

Definition at line 1431 of file wdf111.h.

◆ SpinLock

WDFSPINLOCK _WDF_INTERRUPT_CONFIG_V1_11::SpinLock

Definition at line 1438 of file wdf111.h.

◆ WaitLock

WDFWAITLOCK _WDF_INTERRUPT_CONFIG_V1_11::WaitLock

Definition at line 1474 of file wdf111.h.


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