Description | ||||||||
Set a parameter as enumerated, and provides the values that to be assigned to it. | ||||||||
Synopsis | ||||||||
#include <ProParameter.h> | ||||||||
ProError | ProParameterEnumeratedSet | ( | ||||||
ProParameter* param | ||||||||
/* (In) | ||||||||
The parameter. | ||||||||
*/ | ||||||||
ProParamvalue* valid_values | ||||||||
/* (In) | ||||||||
ProArray of values that should be assigned to this parameter. Cannot be NULL. | ||||||||
*/ | ||||||||
ProParamvalue* p_default | ||||||||
/* (In) | ||||||||
The default (current) value for the parameter. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|