DlUnmapMemory - NtDoc

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

NTSTATUS DlUnmapMemory(
  PVOID  DeviceHandle,
  PVOID  VirtualAddress,
  HANDLE ProcessHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlUnmapMemory function

Description

Releases a mapping between a logical address range for the adapter and a virtual address range in the user-mode address space of a particular thread.

Parameters

DeviceHandle

A handle that represents a display adapter.

VirtualAddress

The virtual address.

ProcessHandle

The process handle.

Return value

This function returns NTSTATUS.

Remarks

See also