| 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 |
|
| PRO_TK_NO_ERRORS | | The function succeeded. |
| PRO_TK_BAD_INPUTS | | One or more arguments is invalid. |
|