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

Copy a P6BCSTR into a narrow character buffer and NULL terminate.

Parameters
pszDest[ in ] A pointer to the buffer that pbcsSource will be copied into.
cDest[ in ] The size of pszDest in bytes.
pbsSource[ in ] A pointer to the P6BCSTR to copy.
pcCopied[ out ] The number of characters copied
Returns