共用方式為


DestroyIndexedResults 函式 (resourceindexer.h)

釋放 IndexFilePath 方法傳回的參數。

語法

void DestroyIndexedResults(
  [in, optional] PWSTR                    resourceUri,
  [in]           ULONG                    qualifierCount,
  [in, optional] IndexedResourceQualifier *qualifiers
);

參數

[in, optional] resourceUri

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

[in] qualifierCount

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

[in, optional] qualifiers

已編制索引的資源限定符清單,這些限定符會宣告適當的資源內容。

傳回值

規格需求

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

另請參閱

IndexFilePath

IndexedResourceQualifier