DlFreePool function (dispmprt.h)

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

Syntax

void DlFreePool(
  IN PVOID DeviceHandle,
  IN PVOID Ptr
);

Parameters

DeviceHandle

A handle that represents a display adapter.

Ptr

Pointer to a memory pool.

Return value

None

Requirements

Requirement Value
Header dispmprt.h