Category Features, Object ProUdfextparam

Function ProUdfextparamAlloc


Description
Allocates and sets a ProUdfextparam structure which describes an external symbol referencing a parameter.
Synopsis
#include <ProUdf.h>
ProErrorProUdfextparamAlloc(
ProLine prompt
/* (In)
The prompt for the external parameter symbol.
*/
ProParameter* parameter
/* (In)
The parameter used as this external symbol.
*/
ProUdfextparam* ext_param
/* (Out)
The newly allocated ProUdfextparam structure.
*/
)
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
ProUdfdataExtparamAdd

Manual References:

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