DestroyIndexedResults 関数 (resourceindexer.h)
IndexFilePath メソッドが返したパラメーターを解放します。
構文
void DestroyIndexedResults(
[in, optional] PWSTR resourceUri,
[in] ULONG qualifierCount,
[in, optional] IndexedResourceQualifier *qualifiers
);
パラメーター
[in, optional] resourceUri
ms-resource URI スキームを使用し、候補の名前付きリソースを表す URI (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 |