ReactOS 0.4.15-dev-7953-g1f49173
fxinterruptkm.hpp File Reference
#include "fxinterrupt.hpp"
Include dependency graph for fxinterruptkm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

__inline BOOLEAN _SynchronizeExecution (__in MdInterrupt Interrupt, __in MdInterruptSynchronizeRoutine SynchronizeRoutine, __in PVOID SynchronizeContext)
 

Function Documentation

◆ _SynchronizeExecution()

__inline BOOLEAN _SynchronizeExecution ( __in MdInterrupt  Interrupt,
__in MdInterruptSynchronizeRoutine  SynchronizeRoutine,
__in PVOID  SynchronizeContext 
)

Definition at line 105 of file fxinterruptkm.hpp.

110{
114}
static KSYNCHRONIZE_ROUTINE SynchronizeRoutine
Definition: IoInterrupt.c:30
BOOLEAN NTAPI KeSynchronizeExecution(IN OUT PKINTERRUPT Interrupt, IN PKSYNCHRONIZE_ROUTINE SynchronizeRoutine, IN PVOID SynchronizeContext OPTIONAL)
Definition: interrupt.c:237
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_INTERRUPT_CONFIG _In_opt_ PWDF_OBJECT_ATTRIBUTES _Out_ WDFINTERRUPT * Interrupt
Definition: wdfinterrupt.h:379
_In_ PKSYNCHRONIZE_ROUTINE _In_opt_ __drv_aliasesMem PVOID SynchronizeContext
Definition: kefuncs.h:525