Category Features, Object ProUdfvarparam

Function ProUdfvarparamFree


Description
Frees the UDF variant paramter handle.
Synopsis
#include <ProUdf.h>
ProErrorProUdfvarparamFree(
ProUdfvarparam var_param
/* (In)
The variant parameter handle.
*/
)
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: Variable Parameters and Annotations

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )