DlFreePool - NtDoc

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

VOID DlFreePool(
  IN PVOID DeviceHandle,
  IN PVOID Ptr
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlFreePool function

Description

Deallocates a block of pool memory previously allocated by the DlAllocatePool function.

Parameters

DeviceHandle

A handle that represents a display adapter.

Ptr

Pointer to a memory pool.

Remarks

See also