Object ProUdfextsymbol

Function ProUdfextsymbolPromptGet


Description
Obtains the prompt used for this external symbol.
Synopsis
#include <ProUdf.h>
ProErrorProUdfextsymbolPromptGet(
ProUdfextsymbol external_symbol
/* (In)
The external symbol
*/
ProLine prompt
/* (Out)
The prompt used for this external symbol.
*/
)
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.

Manual References:

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