API Documentation > Cabling > Object ProCable > Function ProCableparamproarrayFree
Function ProCableparamproarrayFree
Description
Free any allocated memory in array of ProCableparam. Also frees ProCableparammember* inside each ProCableparam.
Synopsis
#include <ProCabling.h>
ProCableparamproarrayFree
(
ProCableparam** cable_params
/* (In)
The address of the array of ProCableparam type.
*/
)
Returns
The function succeeded.
The input argument was invalid.
User Guide References
Was this helpful?