FsRtlUninitializeBaseMcb function (ntifs.h)
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.
Syntax
void FsRtlUninitializeBaseMcb(
PBASE_MCB Mcb
);
Parameters
Mcb
Supplies a pointer to the Mcb structure to uninitialize.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | ntifs.h |