Description | ||||||||
Adds valid value for the optional, non-Creo Parametric-native search parameter. Use multiple calls to this function if the option has multiple valid values. | ||||||||
Synopsis | ||||||||
#include <ProMfgdb.h> | ||||||||
ProError | ProMfgdbSearchoptAllowedValueAdd | ( | ||||||
ProMfgdbSearchopt search_option | ||||||||
/* (In) | ||||||||
option, created by user for search UI. | ||||||||
*/ | ||||||||
ProLine external_value | ||||||||
/* (In) | ||||||||
value; can be translated. Can be NULL. nternal_value is used if there is no translation. | ||||||||
*/ | ||||||||
ProCharLine internal_value | ||||||||
/* (In) | ||||||||
value; never translated. | ||||||||
*/ | ||||||||
ProLine help_text | ||||||||
/* (In) | ||||||||
value help text; can be translated. Can be NULL. internal_value is used if there is no translation. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|