Function ProWstringCopy
Description
Copies a wide string into another buffer.
Synopsis
#include <ProWstring.h>
ProWstringCopy
(
wchar_t* source
/* (In)
The source wide string.
*/
wchar_t* target
/* (In)
The target wide string. It is the caller's responsibility to allocate enough memory for the copy operation.
*/
int num_chars
/* (In)
The number of wide strings to copy. If PRO_VALUE_UNUSED, the entire string will be copied.
*/
)
Returns
The information was returned successfully.
One or more arguments was invalid.
Sample Code References
User Guide References
Was this helpful?