
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. */ ) |

The function successfully converted the array of strings to an array of values. | |
One or more of the input arguments are invalid. |


