|
pure virtual |
Appends cCount characters from pszSource to pszDest.
| pszDest | [ out ] A pointer to the destination string. |
| cDest | [ in ] The size of the destination string buffer in wide characters (not the string length). |
| pszSource | [ in ] A pointer to wide character string to copy from. |
| cCount | [ in ] The number of characters to copy from pszSource. |