Category Features, Object ProUdfdata

Function ProUdfdataExternalsymbolsGet


Description
Obtains an array of external symbols required by this UDF.
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataExternalsymbolsGet(
ProUdfdata data
/* (In)
The UDF data
*/
ProUdfextsymbol** external_symbols
/* (Out)
ProArray of external symbols required for this UDF.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTCannot access the UDF data because the name and path have not been set.
PRO_TK_CANT_OPENCannot access the UDF .gph file at the path specified.
PRO_TK_E_NOT_FOUNDNo required external symbols were found in the UDF.
PRO_TK_NO_LICENSENo license is available for this function.

Manual References:

  1. Core: Features: External Symbols
  2. Core: Features: External Symbols