Description | ||||||||||||||
Creates new spool. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCabling.h> | ||||||||||||||
ProError | ProSpoolCreate | ( | ||||||||||||
ProAssembly assy | ||||||||||||||
/* (In) | ||||||||||||||
The handle of spools assembly owner. | ||||||||||||||
*/ | ||||||||||||||
ProName w_name | ||||||||||||||
/* (In) | ||||||||||||||
The spool name. | ||||||||||||||
*/ | ||||||||||||||
ProCableType cable_type | ||||||||||||||
/* (In) | ||||||||||||||
The type of created spool. | ||||||||||||||
*/ | ||||||||||||||
ProBundleType sheath_type | ||||||||||||||
/* (In) | ||||||||||||||
The type of bundle. | ||||||||||||||
*/ | ||||||||||||||
ProSpool* p_spool | ||||||||||||||
/* (Out) | ||||||||||||||
The handle of created spool. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|