ChangerClassAllocatePool - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// mcd.h

PVOID ChangerClassAllocatePool(
  [in] POOL_TYPE PoolType,
  [in] ULONG     NumberOfBytes
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-mcd-changerclassallocatepool)

ChangerClassAllocatePool function

Description

The ChangerClassAllocatePool function allocates pool memory.

Parameters

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.

Return value

None

See also

POOL_TYPE