Description | ||||||||
Identifies if a parameter is enumerated, and provides the values that may be assigned to it. | ||||||||
Replacement in Object TOOLKIT: | pfcParameter::GetRestriction | |||||||
Synopsis | ||||||||
#include <ProParameter.h> | ||||||||
ProError | ProParameterIsEnumerated | ( | ||||||
ProParameter* param | ||||||||
/* (In) | ||||||||
The parameter. | ||||||||
*/ | ||||||||
ProBoolean* is_enumerated | ||||||||
/* (Out) | ||||||||
PRO_B_TRUE if the parameter is enumerated, PRO_B_FALSE if it is not. | ||||||||
*/ | ||||||||
ProParamvalue** valid_values | ||||||||
/* (Out) | ||||||||
ProArray of values that may be assigned to this parameter. Free this output using ProArrayFree(). Pass NULL if you are not interested in this output argument. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|