Struct VmbFeatureEnumEntry
Defined in File VmbCTypeDefinitions.h
Struct Documentation
-
struct VmbFeatureEnumEntry
Info about possible entries of an enumeration feature.
Out
-
const char *name
Name used in the API.
-
const char *displayName
Enumeration entry name to be used in GUIs.
-
const char *tooltip
Short description, e.g. for a tooltip.
-
const char *description
Longer description.
-
VmbInt64_t intValue
Integer value of this enumeration entry.
-
const char *sfncNamespace
Namespace this feature resides in.
-
VmbFeatureVisibility_t visibility
GUI visibility.
-
const char *name