
Replacement in Object TOOLKIT: |

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. */ ) |

PRO_TK_NO_ERRORS | The function succeded. |
One or more arguments is invalid. |


