Object ProUdfextsymbol

Function ProUdfextsymbolTypeGet


Description
Obtains the type of external symbol required.
Synopsis
#include <ProUdf.h>
ProErrorProUdfextsymbolTypeGet(
ProUdfextsymbol external_symbol
/* (In)
The external symbol.
*/
ProUdfextsymbolType* type
/* (Out)
The type of external symbol required.
*/
)
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