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
Library Mrmsupport.lib
DLL Mrmsupport.dll

另请参阅

IndexFilePath

IndexedResourceQualifier