共用方式為


FsRtlLookupLastLargeMcbEntryAndIndex 函式 (ntifs.h)

FsRtlLookupLastLargeMcbEntryAndIndex 例程會擷取儲存在指定地圖控制區塊 (MCB) 中的最後一個對應專案。

語法

BOOLEAN FsRtlLookupLastLargeMcbEntryAndIndex(
  [in]  PLARGE_MCB OpaqueMcb,
  [out] PLONGLONG  LargeVbn,
  [out] PLONGLONG  LargeLbn,
  [out] PULONG     Index
);

參數

[in] OpaqueMcb

要搜尋之初始化MCB結構的指標。

[out] LargeVbn

接收已對應之最後一個虛擬區塊編號 (VBN) 之變數的指標。

[out] LargeLbn

接收對應至由 largeVbn 所指向之 VBN 之邏輯區塊編號的變數指標,如果不存在這類 LBN,則為 -1。

[out] Index

接收MCB中最後一次執行之索引的變數指標。

傳回值

FsRtlLookupLastLargeMcbEntryAndIndex 如果 MCB 不包含任何對應專案,則傳回 FALSE,否則傳回 FALSE。

言論

FsRtlLookupLastLargeMcbEntryAndIndex 搜尋 MCB 中最後一次執行的對應:

  • 如果MCB未包含任何對應,FsRtlLookupLastLargeMcbEntryAndIndex 會傳回 FALSE。

  • 如果最後一個對應是一個洞,FsRtlLookupLastLargeMcbEntryAndIndex 會傳回 FALSE,但查閱作業會產生 LBN -1 的值。

  • 如果最後一個對應不是洞,查閱作業會產生 LBN 的正值,FsRtlLookupLastLargeMcbEntryAndIndex 會傳回 FALSE。

會忽略 LBN 的上層 32 位。 只會使用較低的32位。

要求

要求 價值
最低支援的用戶端 Windows XP
目標平臺 普遍
標頭 ntifs.h (include Ntifs.h)
連結庫 NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <= APC_LEVEL

另請參閱

FsRtlAddLargeMcbEntry

FsRtlGetNextLargeMcbEntry

FsRtlInitializeLargeMcb

FsRtlLookupLastLargeMcbEntry

FsRtlNumberOfRunsInLargeMcb

FsRtlRemoveLargeMcbEntry

FsRtlSplitLargeMcb

FsRtlTruncateLargeMcb

FsRtlUninitializeLargeMcb