// dispmprt.h
VOID DlReleaseCommonBuffer(
IN PVOID DeviceHandle,
IN PVP_DMA_ADAPTER DlpDmaAdapter,
IN ULONG Length,
IN PHYSICAL_ADDRESS LogicalAddress,
IN PVOID VirtualAddress,
IN BOOLEAN CacheEnabled
);
View the official Windows Driver Kit DDI referenceNo description available.
Frees a common buffer that was previously allocated.
DeviceHandleA handle that represents a display adapter.
DlpDmaAdapterLengthSpecifies the number of bytes of memory to be freed.
LogicalAddressSpecifies the logical address of the buffer to be freed.
VirtualAddressPointer to the corresponding virtual address of the allocated memory range.
CacheEnabledIndicates whether the allocated memory is cached.