Object ProParamtableentry

Function ProParamtableentryValueGet


Description
Obtains the value for the parameter in this table set. If the parameter also has a range applied, this is the default value for the parameter.
Synopsis
#include <ProParameter.h>
ProErrorProParamtableentryValueGet(
ProParamtableEntry entry
/* (In)
The parameter table entry.
*/
ProParamvalue* value
/* (Out)
The value for the parameter int this table set.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe parameter is assigned the null value in this table set.

Manual References:

  1. Core: Parameters: Table-Restricted Parameters
  2. Core: Parameters: Table-Restricted Parameters

Sample Code References:

  1. pt_udf_examples ( PTUDFExParamInfo.c )