Category Feature element trees, Object ProValue

Function ProValueArrayToWstringArray


Description
Extracts the data from an array of ProValues that contains wide-character strings into an array of wide-character strings.
Synopsis
#include <ProValue.h>
ProErrorProValueArrayToWstringArray(
ProValue* value_array
/* (In)
An array of values.
*/
int n_values
/* (In)
The number of values in the array.
*/
wchar_t*** p_wstring_array
/* (Out)
An array of wide-character strings. The function allocates the memory for this array. Use the function ProArrayFree() to free the memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully converted the array of ProValues to an array of strings.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
See Also
ProArrayFree

Manual References:

  1. Element Trees: Principles of Feature Creation: Feature Element Values
  2. Element Trees: Principles of Feature Creation: Feature Element Values