|
pure virtual |
Concatenate part of two wide-character strings.
Append n characters from pWs2 onto the end of pWs1.
| 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. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | One of the parameters is NULL. |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |