API 설명서 > Feature element trees > Object ProValue > Function ProValueArrayToWstringArray
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>
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.
*/
)
Returns
The function successfully converted the array of ProValues to an array of strings.
One or more of the input arguments are invalid.
See Also
User Guide References
도움이 되셨나요?