DestroyIndexedResults function
Frees the parameters that the IndexFilePath method returned.
Syntax
void DestroyIndexedResults(
_In_opt_ PWSTR resourceUri,
_In_ ULONG qualifierCount,
_In_opt_ IndexedResourceQualifier *qualifiers
);
Parameters
- resourceUri [in, optional]
-
A uniform resource indicator (URI) that uses the ms-resource URI scheme and represents the named resource for the candidate, where the authority of the URI or the resource map is empty. For example, ms-resource:///Resources/String1 or ms-resource:///Files/images/logo.png.
- qualifierCount [in]
-
The number of indexed resource qualifiers that the list in the ppQualifiers parameter contains.
- qualifiers [in, optional]
-
A list of indexed resource qualifiers that declare the context under which the resources are appropriate.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also