DlFreePool 函数 (dispmprt.h)

解除分配 以前由 DlAllocatePool 函数分配的池内存块。

语法

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

参数

DeviceHandle

表示显示适配器的句柄。

Ptr

指向内存池的指针。

返回值

要求

要求
Header dispmprt.h