Category
Features
, Object
ProUdfvarparam
Function ProUdfvarparamFree
Description
Frees the UDF variant paramter handle.
Synopsis
#include <
ProUdf.h
>
ProError
ProUdfvarparamFree
(
ProUdfvarparam
var_param
/* (In)
The variant 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: Variable Parameters and Annotations
Sample Code References:
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )