|
pure virtual |
Copy part of a wide-character string.
Copy n characters from pWs2 to the start of the string pointed to by pWs1.
| pWs1 | [ out ] Pointer to destination string. |
| pWs2 | [ in ] Pointer to string to copy onto pWs1. |
| n | [ in ] Number of wide-characters in pWs2 to copy. |
| 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. |