Category
Features
, Object
ProUdfvardim
Function ProUdfvardimFree
Description
Frees the UDF variant dimension handle.
Synopsis
#include <
ProUdf.h
>
ProError
ProUdfvardimFree
(
ProUdfvardim
var_dim
/* (In)
The variant dimension handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Manual References:
Core: Features: Variable Dimensions and Pattern Parameters
Sample Code References:
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )