Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISafeString::wstrncat ( P6WCHAR pszDest,
P6SIZE  cDest,
const P6WCHAR pszSource,
P6SIZE  cCount 
)
pure virtual

Appends cCount characters from pszSource to pszDest.

Parameters
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.
Returns