Condividi tramite


Funzione FsRtlGetNextMcbEntry (ntifs.h)

La routine fsRtlGetNextMcbEntry recupera un mapping eseguito da un blocco di controllo mappa . È obsoleto, ma viene esportato per supportare i file binari del driver esistenti. Usare FsRtlGetNextLargeMcbEntry.

Sintassi

BOOLEAN FsRtlGetNextMcbEntry(
  PMCB   Mcb,
  ULONG  RunIndex,
  PVBN   Vbn,
  PLBN   Lbn,
  PULONG SectorCount
);

Parametri

Mcb

Riservato.

RunIndex

Riservato.

Vbn

Riservato.

Lbn

Riservato.

SectorCount

Riservato.

Valore restituito

FsRtlGetNextMcbEntry restituisce TRUE se l'esecuzione del mapping richiesto esiste nel McB; in caso contrario restituisce FALSE.

Fabbisogno

Requisito Valore
piattaforma di destinazione Finestre
intestazione ntifs.h (include Ntifs.h)