virtual P6R::P6ERR P6R::p6ISafeString::wstrncat ( P6R::P6WCHAR *  pszDest,
P6R::P6SIZE  cDest,
const P6R::P6WCHAR *  pszSource,
P6R::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:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.