Description | ||||||||
Concatenates two wide strings. | ||||||||
Synopsis | ||||||||
#include <ProWstring.h> | ||||||||
ProError | ProWstringConcatenate | ( | ||||||
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 concatenate. If PRO_VALUE_UNUSED, the entire string will be added to the target string. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|