Copy a P6BWCSTR into a wide character buffer and NULL terminate.
- Parameters:
-
| pszDest | [in] A pointer to the wide character buffer that pSource will be copied into. |
| cDest | [in] The size of pszDest in wide characters. |
| pSource | [in] A pointer to the P6BWCSTR to copy. |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | pszDest and/or pSource is NULL or cDest is zero. |
P6R::eTooBig | pszDest is too small. |