// dispmprt.h
VOID DlFreePool(
IN PVOID DeviceHandle,
IN PVOID Ptr
);
View the official Windows Driver Kit DDI referenceNo description available.
Deallocates a block of pool memory previously allocated by the DlAllocatePool function.
DeviceHandleA handle that represents a display adapter.
PtrPointer to a memory pool.