ChangerClassAllocatePool function (mcd.h)
The ChangerClassAllocatePool function allocates pool memory.
Syntax
PVOID ChangerClassAllocatePool(
[in] POOL_TYPE PoolType,
[in] ULONG NumberOfBytes
);
Parameters
[in] PoolType
Indicates the type of pool memory to allocate. See POOL_TYPE for a list of types.
[in] NumberOfBytes
Indicates number of bytes to allocate.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | mcd.h (include Mcd.h, Ntddchgr.h) |
Library | Mcd.lib |