Description | ||||||||
Retrieves the injection module machine (IMM) information for the specified mold layout. The function reuses the memory. | ||||||||
Synopsis | ||||||||
#include <ProRmdt.h> | ||||||||
ProError | ProRmdtImmInfoGet | ( | ||||||
ProMoldLayout mold_layout | ||||||||
/* (In) | ||||||||
The handle to the mold layout | ||||||||
*/ | ||||||||
wchar_t** p_machine_name | ||||||||
/* (Out) | ||||||||
The name of the IMM | ||||||||
*/ | ||||||||
char*** p_param_names | ||||||||
/* (Out) | ||||||||
The array of parameter names of the IMM | ||||||||
*/ | ||||||||
wchar_t*** p_param_values | ||||||||
/* (Out) | ||||||||
The array of parameter values of the IMM | ||||||||
*/ | ||||||||
int* p_param_num | ||||||||
/* (Out) | ||||||||
The number of parameters of the IMM | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|