// dispmprt.h
PVOID DlAllocatePool(
IN PVOID DeviceHandle,
IN VP_POOL_TYPE PoolType,
IN SIZE_T NumberOfBytes,
IN ULONG Tag
);
View the official Windows Driver Kit DDI referenceNo description available.
Allocates pool memory of the specified type.
DeviceHandleA handle to the device.
PoolTypeSpecifies the type of pool memory to allocate.
NumberOfBytesSpecifies the number of bytes to allocate.
TagThis function returns PVOID.