Description | ||||||||||||||
Retrieves parameters of specified spool | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCabling.h> | ||||||||||||||
ProError | ProSpoolParametersCollect | ( | ||||||||||||
ProSpool* spool | ||||||||||||||
/* (In) | ||||||||||||||
Handle of spool. | ||||||||||||||
*/ | ||||||||||||||
ProCableparam** p_params | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of parameters. The function allocates memory for these arguments. To free it, call the function ProArrayFree. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|