ReactOS 0.4.16-dev-319-g6cf4263
|
#include <wdfinterrupt.h>
Definition at line 202 of file wdfinterrupt.h.
BOOLEAN _WDF_INTERRUPT_CONFIG::AutomaticSerialization |
Definition at line 220 of file wdfinterrupt.h.
BOOLEAN _WDF_INTERRUPT_CONFIG::CanWakeDevice |
Definition at line 265 of file wdfinterrupt.h.
PFN_WDF_INTERRUPT_DISABLE _WDF_INTERRUPT_CONFIG::EvtInterruptDisable |
Definition at line 228 of file wdfinterrupt.h.
PFN_WDF_INTERRUPT_DPC _WDF_INTERRUPT_CONFIG::EvtInterruptDpc |
Definition at line 226 of file wdfinterrupt.h.
PFN_WDF_INTERRUPT_ENABLE _WDF_INTERRUPT_CONFIG::EvtInterruptEnable |
Definition at line 227 of file wdfinterrupt.h.
PFN_WDF_INTERRUPT_ISR _WDF_INTERRUPT_CONFIG::EvtInterruptIsr |
Definition at line 225 of file wdfinterrupt.h.
Referenced by if().
PFN_WDF_INTERRUPT_WORKITEM _WDF_INTERRUPT_CONFIG::EvtInterruptWorkItem |
Definition at line 229 of file wdfinterrupt.h.
BOOLEAN _WDF_INTERRUPT_CONFIG::FloatingSave |
Definition at line 214 of file wdfinterrupt.h.
PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG::InterruptRaw |
Definition at line 235 of file wdfinterrupt.h.
PCM_PARTIAL_RESOURCE_DESCRIPTOR _WDF_INTERRUPT_CONFIG::InterruptTranslated |
Definition at line 236 of file wdfinterrupt.h.
BOOLEAN _WDF_INTERRUPT_CONFIG::PassiveHandling |
Definition at line 247 of file wdfinterrupt.h.
WDF_TRI_STATE _WDF_INTERRUPT_CONFIG::ReportInactiveOnPowerDown |
Definition at line 256 of file wdfinterrupt.h.
WDF_TRI_STATE _WDF_INTERRUPT_CONFIG::ShareVector |
Definition at line 212 of file wdfinterrupt.h.
ULONG _WDF_INTERRUPT_CONFIG::Size |
Definition at line 203 of file wdfinterrupt.h.
Referenced by if().
WDFSPINLOCK _WDF_INTERRUPT_CONFIG::SpinLock |
Definition at line 210 of file wdfinterrupt.h.
WDFWAITLOCK _WDF_INTERRUPT_CONFIG::WaitLock |
Definition at line 241 of file wdfinterrupt.h.