FsRtlLookupMcbEntry - NtDoc

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

BOOLEAN FsRtlLookupMcbEntry(
  PMCB   Mcb,
  VBN    Vbn,
  PLBN   Lbn,
  PULONG SectorCount,
  PULONG Index
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

FsRtlLookupMcbEntry function

Description

FsRtlLookupMcbEntry is obsolete, but is exported to support existing driver binaries. Use FsRtlLookupLargeMcbEntry instead.

Parameters

Mcb

Reserved.

Vbn

Reserved.

Lbn

Reserved.

SectorCount

Reserved.

Index

Reserved.

Return value

FsRtlLookupMcbEntry returns TRUE if the specified VBN is within the range of VBNs that are mapped by the MCB, FALSE otherwise.