共用方式為


IndexFilePath 函式 (resourceindexer.h)

為檔案和資料夾命名慣例編制檔案路徑的索引。

語法

HRESULT IndexFilePath(
  [in]  PVOID                    resourceIndexer,
  [in]  PCWSTR                   filePath,
  [out] PWSTR                    *ppResourceUri,
  [out] ULONG                    *pQualifierCount,
  [out] IndexedResourceQualifier **ppQualifiers
);

參數

[in] resourceIndexer

呼叫 CreateResourceIndexer 函式所建立的資源索引器物件。

[in] filePath

您要編制索引之資料夾的路徑。 路徑必須是具有指定驅動器號的絕對路徑。 不支援長檔案路徑。

[out] ppResourceUri

統一資源指標 (URI) ,使用 ms-resource URI 配置,並代表候選專案的具名資源,其中 URI 或資源對應的許可權是空的。 例如,ms-resource://Resources/String1 或 ms-resource:///Files/images/logo.png。

[out] pQualifierCount

ppQualifiers 參數中清單包含的索引資源限定符數目。

[out] ppQualifiers

已編制索引的資源限定符清單,可宣告資源適用的內容。

傳回值

如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 Windows 10 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2016 [僅限傳統型應用程式]
目標平台 Windows
標頭 resourceindexer.h
程式庫 Mrmsupport.lib
Dll Mrmsupport.dll

另請參閱

CreateResourceIndexer

IndexedResourceQualifier