FsRtlUninitializeLargeMcb - NtDoc

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

VOID FsRtlUninitializeLargeMcb(
  PLARGE_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-fsrtluninitializelargemcb)

FsRtlUninitializeLargeMcb function

Description

The FsRtlUninitializeLargeMcb routine uninitializes a large map-control block (MCB).

Parameters

Mcb

Supplies a pointer to the MCB structure to uninitialize. The MCB must have been initialized by calling FsRtlInitializeLargeMcb.

Remarks

FsRtlUninitializeLargeMcb uninitializes an MCB structure.

Once uninitialized, the MCB can be initialized for reuse by calling FsRtlInitializeLargeMcb.

See also

FsRtlAddLargeMcbEntry

FsRtlGetNextLargeMcbEntry

FsRtlInitializeLargeMcb

FsRtlLookupLargeMcbEntry

FsRtlLookupLastLargeMcbEntry

FsRtlLookupLastLargeMcbEntryAndIndex

FsRtlNumberOfRunsInLargeMcb

FsRtlRemoveLargeMcbEntry

FsRtlSplitLargeMcb

FsRtlTruncateLargeMcb