ChangerClassFreePool - NtDoc

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

VOID ChangerClassFreePool(
  [in] PVOID PoolToFree
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

ChangerClassFreePool function

Description

The ChangerClassFreePool routine frees pool memory previously allocated using ChangerClassAllocatePool.

Parameters

PoolToFree [in]

Pointer to the block of memory to be freed.

See also

ChangerClassAllocatePool