Funzione FsRtlLookupLastMcbEntry (ntifs.h)

La routine FsRtlLookupLastMcbEntry recupera l'ultima voce di mapping archiviata nel blocco di controllo mappa.The FsRtlLookupLastMcbEntry routine retrieves the last mapping entry stored in the map control block (MCB). È obsoleto, ma viene esportato per supportare i file binari dei driver esistenti. Usare invece FsRtlLookupLastLargeMcbEntry .

Sintassi

BOOLEAN FsRtlLookupLastMcbEntry(
  PMCB Mcb,
  PVBN Vbn,
  PLBN Lbn
);

Parametri

Mcb

Riservato.

Vbn

Riservato.

Lbn

Riservato.

Valore restituito

FsRtlGetNextLargeMcbEntry restituisce TRUE se l'esecuzione del mapping richiesto esiste nel MCB, FALSE in caso contrario.

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione ntifs.h (include Ntifs.h)