Description | ||||||||
Copies a wide string into another buffer. | ||||||||
Synopsis | ||||||||
#include <ProWstring.h> | ||||||||
ProError | 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 | ||||||||
|