Function ProWstringArrayToValueArray
Description
Converts an array of strings to an array of ProValues.
Synopsis
#include <ProValue.h>
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
The function successfully converted the array of strings to an array of values.
One or more of the input arguments are invalid.
See Also
User Guide References
これは役に立ちましたか?