DlUnlockBuffer - NtDoc

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

VOID DlUnlockBuffer(
  IN PVOID DeviceHandle,
  IN PVOID Mdl
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlUnlockBuffer function

Description

Unlocks physical pages described by the specified memory descriptor list.

Parameters

DeviceHandle

A handle that represents a display adapter.

Mdl

The memory descriptor list.

Remarks

See also