API 설명서 > Parameters and relations > Object ProParameter > Function ProParameterEnumeratedSet
Function ProParameterEnumeratedSet
Description
Set a parameter as enumerated, and provides the values that to be assigned to it.
Synopsis
#include <ProParameter.h>
ProParameterEnumeratedSet
(
/* (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.
One or more arguments is invalid.
User Guide References
도움이 되셨나요?