Object ProUdfextsymbol

Function ProUdfextsymbolParametertypeGet


Description
Obtains the expected parameter type for an external symbol, if the type is PROUDFEXTSYMTYPE_PAR.
Synopsis
#include <ProUdf.h>
ProErrorProUdfextsymbolParametertypeGet(
ProUdfextsymbol external_symbol
/* (In)
The external symbol
*/
ProParamvalueType* parameter_type
/* (Out)
the expected parameter type.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NOT_VALIDIf the external symbol type is not parameter.
PRO_TK_NO_LICENSENo license is available for this function.

Manual References:

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