DlFreePool-Funktion (dispmprt.h)
Deallocates a block of pool memory previously allocated by the DlAllocatePool function.
Syntax
void DlFreePool(
IN PVOID DeviceHandle,
IN PVOID Ptr
);
Parameter
DeviceHandle
Ein Handle, das einen Anzeigeadapter darstellt.
Ptr
Zeiger auf einen Speicherpool.
Rückgabewert
Nichts
Anforderungen
Anforderung | Wert |
---|---|
Header- | dispmprt.h |