Category Parameters and relations, Object ProParameter

Function ProParameterTablesetGet


Description
Obtains the parameter table set that this parameter is governed by.
Replacement in Object TOOLKIT: wfcWParameter::GetTableset
Synopsis
#include <ProParameter.h>
ProErrorProParameterTablesetGet(
ProParameter* param
/* (In)
The parameter.
*/
ProParamtableSet* table_set
/* (Out)
The parameter 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 not governed by a parameter 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 )