Appends a P6BCSTR onto a normal "C" string.
- Parameters:
-
| 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. |
- Returns: