virtual P6R::P6ERR P6R::p6ISafeString::bstrlcat ( P6R::P6CHAR *  pszDest,
P6R::P6SIZE  cDest,
const P6R::P6BCSTR pbsSource,
P6R::P6SIZE *  pcCopied 
) [pure virtual]

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:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.