// mcd.h
VOID ChangerClassFreePool(
[in] PVOID PoolToFree
);
View the official Windows Driver Kit DDI referenceNo description available.
The ChangerClassFreePool routine frees pool memory previously allocated using ChangerClassAllocatePool.
PoolToFree [in]Pointer to the block of memory to be freed.