DlDisableInterrupt - NtDoc

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

VP_STATUS DlDisableInterrupt(
  PVOID DeviceHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlDisableInterrupt function

Description

Disables interrupts from a video adapter.

Parameters

DeviceHandle

A handle to a device.

Return value

This function returns VP_STATUS.

Remarks

See also