Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |