Category Features, Object ProUdfdata

Function ProUdfdataExtparamAdd


Description
Adds information about an external symbol parameter to the UDF data.
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataExtparamAdd(
ProUdfdata data
/* (In)
The UDF data
*/
ProUdfextparam ext_param
/* (In)
The UDF external symbol parameter handle
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_LICENSENo license is available for this function.
See Also
ProUdfextparamAlloc

Manual References:

  1. Core: Features: External Symbol: Parameters
  2. Core: Features: External Symbol: Parameters