Object ProParamtableentry

Function ProParamtableentryRangeGet


Description
Obtains the permitted range for the parameter in this table set, if one is assigned.
Synopsis
#include <ProParameter.h>
ProErrorProParamtableentryRangeGet(
ProParamtableEntry entry
/* (In)
The parameter table entry.
*/
ProParamLimit* minimum
/* (Out)
The minimum value for the parameter, as enforced in this parameter set.
*/
ProParamLimit* maximum
/* (Out)
The maximum value for the parameter, as enforced in this parameter set.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo range is assigned to this parameter.

Manual References:

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

Sample Code References:

  1. pt_udf_examples ( PTUDFExParamInfo.c )