Documentación de la API > Cabling > Object ProBundle > Function ProBundleCablesCollect
Function ProBundleCablesCollect
Description
Retrieves cables
Synopsis
#include <ProCabling.h>
ProBundleCablesCollect
(
ProCable* p_bundle
/* (In)
bundle handle
*/
/* (In)
determines which set of cables to get.
*/
ProCable** p_cables
/* (Out)
ProArray of bundles. Function allocates memory for this argument. User must free it using ProArrayFree.
*/
)
Returns
The function successfully collected cables.
Invalid type of specified cable (bundle);
One or more of the arguments was invalid.
Other error.
Sample Code References
User Guide References
¿Fue esto útil?