Object
ProParamtableset
Function ProParamtablesetFree
Description
Frees a parameter table set.
Synopsis
#include <
ProParameter.h
>
ProError
ProParamtablesetFree
(
ProParamtableSet
set
/* (In)
The parameter table set.
*/
)
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 )