Function ProWstringConcatenate
Description
Concatenates two wide strings.
Synopsis
#include <ProWstring.h>
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
The information was returned successfully.
One or more arguments was invalid.
Sample Code References
User Guide References
これは役に立ちましたか?