Object
ProImm
Function ProImmParamsDefaultSet
Description
Set default values for Imm selection dialog.
Synopsis
#include <
ProImm.h
>
ProError
ProImmParamsDefaultSet
(
ProName
machine_name
/* (In)
Injection machine name
*/
ProImmParams
immparams
/* (Out)
ImmParam handle
*/
)
Returns
PRO_TK_NO_ERROR
The values are successfully set;
PRO_TK_BAD_INPUTS
Specified parameters are incorrect.
Sample Code References:
pt_examples ( TestImm.c )