Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::wcsncat ( P6WCHAR pWs1,
const P6WCHAR pWs2,
P6UINT32  n 
)
pure virtual

Concatenate part of two wide-character strings.

Append n characters from pWs2 onto the end of pWs1.

Parameters
pWs1[IN OUT] Pointer to destination string.
pWs2[ in ] Pointer to string to append to pWs1.
n[ in ] Number of wide-characters in pWs2 to append.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.