DlStopTimer - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

VOID DlStopTimer(
  PVOID DeviceHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlStopTimer function

Description

Disables calls to a miniport driver's HwVidTimer function.

Parameters

DeviceHandle

A handle that represents a display adapter.

Remarks

See also