// mcd.h
PVOID ChangerClassAllocatePool(
[in] POOL_TYPE PoolType,
[in] ULONG NumberOfBytes
);
View the official Windows Driver Kit DDI referenceNo description available.
The ChangerClassAllocatePool function allocates pool memory.
PoolType [in]Indicates the type of pool memory to allocate. See POOL_TYPE for a list of types.
NumberOfBytes [in]Indicates number of bytes to allocate.
None