Category Creo Parametric TOOLKIT fundamentals, Object ProStringarray

Function ProStringarrayFree


Description
free an array of strings returned by a Creo Parametric TOOLKIT function
Synopsis
#include <ProUtil.h>
ProErrorProStringarrayFree(
char** str_arr
/* (In)
The array of strings
*/
int ct
/* (In)
The number of strings in the array
*/
)
Returns
PRO_TK_NO_ERRORThe memory was freed
PRO_TK_GENERAL_ERRORThe memory was not freed, e.g. due to bad address

Manual References:

  1. Core: Utilities: Freeing String Outputs
  2. Core: Utilities: Freeing String Outputs

Sample Code References:

  1. pt_examples ( TestUITable.c )
  2. pt_examples ( TestUITable.c )
  3. pt_examples ( TestUITable.c )
  4. pt_examples ( TestUITable.c )
  5. pt_examples ( TestUITable.c )
  6. pt_examples ( TestUITable.c )
  7. pt_examples ( TestUITable.c )
  8. pt_examples ( TestUITable.c )
  9. pt_examples ( TestUITable.c )
  10. pt_geardesign ( GearDesignUI.c )
  11. pt_geardesign ( GearDesignUI.c )
  12. pt_geardesign ( GearDesignUI.c )
  13. pt_geardesign ( GearDesignUI.c )
  14. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  15. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  16. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  17. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  18. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  19. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  20. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  21. pt_userguide ( UgUITables.c )
  22. pt_userguide ( UgUITables.c )