DlSynchronizeExecution - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-dispmprt-dlsynchronizeexecution)

DlSynchronizeExecution function

Description

Synchronizes the execution of a miniport driver-supplied DXGKCB_SYNCHRONIZE_EXECUTION function with the miniport driver's DxgkDdiInterruptRoutine function.

Parameters

DeviceHandle

A handle that represents a display adapter.

Priority

SynchronizeRoutine

Context

MessageNumber

Return value

This function returns BOOLEAN.

Remarks

See also