|
pure virtual |
Appends a P6BCSTR onto a narrow NULL terminated "C" style string and NULL terminate.
| pszDest | [ in ] A pointer to the NULL terminated string to be appended too. |
| cDest | [ in ] The size of the pszDest buffer in characters. |
| pbsSource | [ in ] A pointer to a P6BCSTR whose contents will be appended to pszDest. |
| pcCopied | [out, optional] The address of a variable in which to store the number of characters appended to pszDest, or NULL if this information is not needed. |