FsRtlUninitializeBaseMcb - NtDoc

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

VOID FsRtlUninitializeBaseMcb(
  PBASE_MCB Mcb
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-_fsrtl_advanced_fcb_header-fsrtluninitializebasemcb)

FsRtlUninitializeBaseMcb function

Description

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.

Parameters

Mcb

Supplies a pointer to the Mcb structure to uninitialize.

Remarks

See also

FsRtlInitializeLargeMcb