Category Creo Parametric TOOLKIT fundamentals, Object ProWstring

Function ProWstringArrayFree


Description
Frees the preallocated array.
Synopsis
#include <ProWstring.h>
ProErrorProWstringArrayFree(
ProWstring** p_array
/* (In)
The address of the array to be freed, previously allocated by ProArrayAlloc()
*/
)
Returns
PRO_TK_BAD_INPUTSEither p_array is NULL, or you specified an invalid ProArray.
PRO_TK_NO_ERRORThe function successfully freed the memory.
See Also
ProArrayAlloc

Manual References:

  1. User Interface: Basic Graphics: Validating Text Styles
  2. Annotations: Annotation Features and Annotations: Annotation Orientation

Sample Code References:

  1. pt_examples ( TestPartMaterial.c )