Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISafeString::strlcatbstr ( P6CHAR pszDest,
P6SIZE  cDest,
const P6BCSTR pbsSource,
P6SIZE pcCopied 
)
pure virtual

Appends a P6BCSTR onto a narrow NULL terminated "C" style string and NULL terminate.

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