Description | ||||||||
Converts an array of strings to an array of ProValues. | ||||||||
Synopsis | ||||||||
#include <ProValue.h> | ||||||||
ProError | ProWstringArrayToValueArray | ( | ||||||
ProLine* wstring_array | ||||||||
/* (In) | ||||||||
The input array of strings. | ||||||||
*/ | ||||||||
int n_lines | ||||||||
/* (In) | ||||||||
The number of lines. | ||||||||
*/ | ||||||||
ProValue** p_value_array | ||||||||
/* (Out) | ||||||||
The array of ProValues. The function allocates the memory for this argument. Use the function ProArrayFree() to free the memory. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProArrayFree |