API 설명서 > Miscellaneous > Object ProStringproarray > Function ProStringproarrayFree
Function ProStringproarrayFree
Description
free a ProArray of strings returned by a Creo Parametric TOOLKIT function
Synopsis
#include <ProUtil.h>
ProStringproarrayFree
(
char** str_arr
/* (In)
The array of strings
*/
)
Returns
The memory was freed
The memory was not freed, e.g. due to bad address
User Guide References
도움이 되셨나요?