// video.h
VIDEOPORT_DEPRECATED VIDEOPORT_API BOOLEAN VideoPortUnmapDmaMemory(
PVOID HwDeviceExtension,
PVOID VirtualAddress,
HANDLE ProcessHandle,
PDMA BoardMemoryHandle
);
View the official Windows Driver Kit DDI referenceNo description available.
The VideoPortUnmapDmaMemory function is obsolete in Windows 2000 and later.
VideoPortUnmapDmaMemory unmaps a range of memory previously mapped by VideoPortMapDmaMemory.
HwDeviceExtensionPointer to the miniport driver's device extension.
VirtualAddressPointer to a virtual address within the mapped range to be released.
ProcessHandleIs the handle to the current process.
BoardMemoryHandleIs the handle to adapter's memory.
VideoPortUnmapDmaMemory always FALSE.
See Bus-Master DMA in Video Miniport Drivers for information about packet-based and common-buffer DMA transfers.