Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FsRtlLookupLastMcbEntry function (ntifs.h)
The FsRtlLookupLastMcbEntry routine retrieves the last mapping entry stored in the map control block (MCB). It's obsolete, but is exported to support existing driver binaries. Use FsRtlLookupLastLargeMcbEntry instead.
Syntax
BOOLEAN FsRtlLookupLastMcbEntry(
PMCB Mcb,
PVBN Vbn,
PLBN Lbn
);
Parameters
Mcb
Reserved.
Vbn
Reserved.
Lbn
Reserved.
Return value
FsRtlGetNextLargeMcbEntry returns TRUE if the requested mapping run exists in the MCB, FALSE otherwise.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | ntifs.h (include Ntifs.h) |
Feedback
Was this page helpful?
