Copy a P6BCSTR into a narrow character buffer and NULL terminate.
- Parameters
-
| pszDest | [ in ] A pointer to the buffer that pbcsSource will be copied into. |
| cDest | [ in ] The size of pszDest in bytes. |
| pbsSource | [ in ] A pointer to the P6BCSTR to copy. |
| pcCopied | [ out ] The number of characters copied |
- Returns