// ntifs.h
VOID FsRtlInitializeBaseMcb(
PBASE_MCB Mcb,
POOL_TYPE PoolType
);
View the official Windows Driver Kit DDI referenceNo description available.
FsRtlInitializeBaseMcb initializes a new map control block (MCB) structure.
McbPointer to the MCB structure to initialize.
PoolTypeSpecifies the pool type to use when allocating additional internal MCB memory.
The caller supplies the memory for the MCB structure. A call to FsRtlInitializeBaseMcb must precede all other calls that set/query the MCB structure.
If pool is not available, this routine will raise a status value indicating insufficient resources.
FsRtlInitializeBaseMcbEx function