DlSynchronizeExecution function (dispmprt.h)

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

Syntax

BOOLEAN DlSynchronizeExecution(
  PVOID                         DeviceHandle,
  VIDEO_SYNCHRONIZE_PRIORITY    Priority,
  PMINIPORT_SYNCHRONIZE_ROUTINE SynchronizeRoutine,
  PVOID                         Context,
  ULONG                         MessageNumber
);

Parameters

DeviceHandle

A handle that represents a display adapter.

Priority

SynchronizeRoutine

Context

MessageNumber

Return value

This function returns BOOLEAN.

Requirements

Requirement Value
Header dispmprt.h