Object
ProParamtableset
Function ProParamtablesetProarrayFree
Description
Frees an array of parameter table sets.
Synopsis
#include <
ProParameter.h
>
ProError
ProParamtablesetProarrayFree
(
ProParamtableSet
*
set_array
/* (In)
ProArray
of parameter table sets.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Manual References:
Core: Parameters: Table-Restricted Parameters
Core: Parameters: Table-Restricted Parameters
Sample Code References:
pt_udf_examples ( PTUDFExParamInfo.c )
pt_udf_examples ( PTUDFExParamInfo.c )
pt_udf_examples ( PTUDFExParamInfo.c )