A container for storing a single value from a list of allowed values.
typedef struct { API_Variant keyVariant; API_Variant displayVariant; } API_SingleEnumerationVariant;
Members
- keyVariant
- The key that refers to a possible enumeration value of the property definition.
- displayVariant
- The display value of the variant.
Requirements
- Version: API 20 or later
- Header: APIdefs_Properties.h