Category Parameters and relations, Object ProParamvalue

Function ProParamvalueTypeGet


Description
Retrieves the type field of a ProParamvalue data structure.
Synopsis
#include <ProParamval.h>
ProErrorProParamvalueTypeGet(
ProParamvalue* p_handle
/* (In)
The pointer to the ProParamvalue to be queried
*/
ProParamvalueType* r_type
/* (Out)
The type field of the ProParamvalue structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: Parameters: Parameter Values
  2. Core: Parameters: Parameter Values

Sample Code References:

  1. pt_af_examples ( PTAFExampleUtils.c )
  2. pt_af_examples ( PTAFExampleUtils.c )
  3. pt_examples ( TestFamTab.c )
  4. pt_examples ( TestParams.c )
  5. pt_mfg_proctable ( PTMfgProcTable.c )
  6. pt_udf_examples ( PTUDFExParamInfo.c )