// dispmprt.h
BOOLEAN DlSynchronizeExecution(
PVOID DeviceHandle,
VIDEO_SYNCHRONIZE_PRIORITY Priority,
PMINIPORT_SYNCHRONIZE_ROUTINE SynchronizeRoutine,
PVOID Context,
ULONG MessageNumber
);
View the official Windows Driver Kit DDI referenceNo description available.
Synchronizes the execution of a miniport driver-supplied DXGKCB_SYNCHRONIZE_EXECUTION function with the miniport driver's DxgkDdiInterruptRoutine function.
DeviceHandleA handle that represents a display adapter.
PrioritySynchronizeRoutineContextMessageNumberThis function returns BOOLEAN.