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.
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 |