IndexedResourceQualifier structure (resourceindexer.h)
Represents the context under which a resource is appropriate.
Syntax
typedef struct {
PWSTR name;
PWSTR value;
} IndexedResourceQualifier;
Members
name
The name of the qualifier, such as "language", "contrast", or "scale".
value
The value of the qualifier. You should preserve the case of the qualifier value from the first instance of the qualifier discovered during indexing.
The following values are examples of the qualifier values:
- "100", "140", or "180" for scale.
- "fr-FR" for language.
- "high" for contrast.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | resourceindexer.h |