Function ProWstringArrayFree
Description
Frees the preallocated array.
Synopsis
#include <ProWstring.h>
ProWstringArrayFree
(
ProWstring** p_array
/* (In)
The address of the array to be freed, previously allocated by ProArrayAlloc()
*/
)
Returns
Either p_array is NULL, or you specified an invalid ProArray.
The function successfully freed the memory.
See Also
Sample Code References
User Guide References
È stato utile?