Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |