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

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


