API Documentation
>
Miscellaneous
>
Object ProStringarray
> Function ProStringarrayFree
Function ProStringarrayFree
Description
free an array of strings returned by a Creo Parametric TOOLKIT function
Synopsis
#include <
ProUtil.h
>
ProError
ProStringarrayFree
(
char** str_arr
/* (In)
The array of strings
*/
int ct
/* (In)
The number of strings in the array
*/
)
Returns
PRO_TK_NO_ERROR
The memory was freed
PRO_TK_GENERAL_ERROR
The memory was not freed, e.g. due to bad address
Sample Code References
pt_examples ( TestUITable.c )
pt_examples ( TestUITable.c )
pt_examples ( TestUITable.c )
pt_examples ( TestUITable.c )
pt_examples ( TestUITable.c )
pt_examples ( TestUITable.c )
pt_examples ( TestUITable.c )
pt_examples ( TestUITable.c )
pt_examples ( TestUITable.c )
pt_geardesign ( GearDesignUI.c )
pt_geardesign ( GearDesignUI.c )
pt_geardesign ( GearDesignUI.c )
pt_geardesign ( GearDesignUI.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_userguide ( UgUITables.c )
pt_userguide ( UgUITables.c )
User Guide References
Freeing String Outputs:ProStringarrayFree
Was this helpful?
This site works best with JavaScript enabled