Category
Features
, Object
ProUdfextparam
Function ProUdfextparamFree
Description
Frees the UDF external paramter handle.
Synopsis
#include <
ProUdf.h
>
ProError
ProUdfextparamFree
(
ProUdfextparam
ext_param
/* (In)
The external parameter 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 Symbol: Parameters