Category Cabling, Object ProSpool

Function ProSpoolParametersCollect


Description
Retrieves parameters of specified spool
Synopsis
#include <ProCabling.h>
ProErrorProSpoolParametersCollect(
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
PRO_TK_NO_ERRORThe function successfully retrieved parameters.
PRO_TK_BAD_INPUTSOne or more of the arguments was invalid.
PRO_TK_E_NOT_FOUNDA spool with this name does not exist.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Production Applications: Cabling: Spool Parameters

Sample Code References:

  1. pt_examples ( UtilCable.c )