Object
ProUdfextsymbol
Function ProUdfextsymbolFree
Description
Frees a UDF external symbol handle.
Synopsis
#include <
ProUdf.h
>
ProError
ProUdfextsymbolFree
(
ProUdfextsymbol
external_symbol
/* (In)
The UDF external symbol handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_NO_LICENSE
No license is available for this function.
Manual References:
Core: Features: External Symbols
Core: Features: External Symbols