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

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