PDFiumPas 文件

FindDllInDllsTree 函式

單元: PDFium
在起始路徑下方的 DLLs\Win32 或 DLLs\Win64 資料夾中搜尋

Syntax

function FindDllInDllsTree(const DllName, StartPath, SubDir: string): string;

Parameters

DllNamestring
StartPathstring
SubDirstring

Return Value

string

Description

FindDllInDllsTree 會從 StartPath 向上逐層走訪,並在 DLLs\SubDir 資料夾中探查所要求的 PDFium DLL

它支援執行檔位於儲存庫或安裝器輸出樹之下的應用程式佈局

Remarks

Example

DllPath := FindDllInDllsTree('pdfium.dll', GetApplicationPath, 'Win64');

See Also

FindDllInPath, LoadPDFiumDll, IsWin64