Object
ProParamtableentry
Function ProParamtableentryProarrayFree
Description
Frees an array of parameter table entries.
Synopsis
#include <
ProParameter.h
>
ProError
ProParamtableentryProarrayFree
(
ProParamtableEntry
*
entry_array
/* (In)
ProArray
of table entries.
*/
)
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 )