Category Features, Object ProUdfvardim

Function ProUdfvardimFree


Description
Frees the UDF variant dimension handle.
Synopsis
#include <ProUdf.h>
ProErrorProUdfvardimFree(
ProUdfvardim var_dim
/* (In)
The variant dimension handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Core: Features: Variable Dimensions and Pattern Parameters

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )