// ntifs.h
VOID FsRtlUninitializeBaseMcb(
PBASE_MCB Mcb
);
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlUninitializeBaseMcb function uninitializes a map control block (MCB) structure. After calling this routine the input Mcb structure must be re-initialized before being used again.
McbSupplies a pointer to the Mcb structure to uninitialize.