Category Parameters and relations, Object ProParamvalue

Function ProParamvalueSet


Description
Sets the fields of a ProParamvalue data structure.
Synopsis
#include <ProParamval.h>
ProErrorProParamvalueSet(
ProParamvalue* p_handle
/* (In)
The pointer to the ProParamvalue to be set.
*/
void* p_value
/* (In)
The pointer to the data to be placed in the value field. The data passed should be a pointer to a double, int, short, or wchar_t*.
*/
ProParamvalueType type
/* (In)
The type of data to be stored.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the fields.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestFamTab.c )
  2. pt_examples ( TestFamTab.c )
  3. pt_examples ( TestFamTab.c )
  4. pt_examples ( UtilMfgNew.c )
  5. pt_examples ( UtilMfgNew.c )
  6. pt_examples ( UtilMfgNew.c )
  7. pt_examples ( TestParams.c )
  8. pt_geardesign ( GearDesign.c )
  9. pt_geardesign ( GearDesign.c )
  10. pt_geardesign ( GearDesign.c )
  11. pt_geardesign ( GearDesignUI.c )
  12. pt_userguide ( UgWeld.c )
  13. pt_userguide ( UgWeld.c )