Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allocates pool memory of the specified type.
Syntax
PVOID DlAllocatePool(
IN PVOID DeviceHandle,
IN VP_POOL_TYPE PoolType,
IN SIZE_T NumberOfBytes,
IN ULONG Tag
);
Parameters
DeviceHandle
A handle to the device.
PoolType
Specifies the type of pool memory to allocate.
NumberOfBytes
Specifies the number of bytes to allocate.
Tag
Return value
This function returns PVOID.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |