// dispmprt.h
NTSTATUS DlUnmapMemory(
PVOID DeviceHandle,
PVOID VirtualAddress,
HANDLE ProcessHandle
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
DeviceHandleA handle that represents a display adapter.
VirtualAddressThe virtual address.
ProcessHandleThe process handle.
This function returns NTSTATUS.