// dispmprt.h
VOID DlUnlockBuffer(
IN PVOID DeviceHandle,
IN PVOID Mdl
);
View the official Windows Driver Kit DDI referenceNo description available.
Unlocks physical pages described by the specified memory descriptor list.
DeviceHandleA handle that represents a display adapter.
MdlThe memory descriptor list.