FsRtlAddMcbEntry function (ntifs.h)

The FsRtlAddMcbEntry routine is obsolete, but is exported to support existing driver binaries. Use FsRtlAddLargeMcbEntry instead.

Syntax

BOOLEAN FsRtlAddMcbEntry(
  PMCB  Mcb,
  VBN   Vbn,
  LBN   Lbn,
  ULONG SectorCount
);

Parameters

Mcb

Reserved.

Vbn

Reserved.

Lbn

Reserved.

SectorCount

Reserved.

Return value

Reserved.

Requirements

Requirement Value
Target Platform Windows
Header ntifs.h (include Ntifs.h)