Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IWStringBuf::prependSubStr ( const P6WCHAR pData,
P6SIZE  nOffset,
P6SIZE  nChars 
)
pure virtual

Prepends to sepified substring to the string buffer.

Parameters
pData[ in ] A pointer to the buffer to append data from.
nOffset[ in ] The character offset in the buffer pointed to by pData at which begin prepending from.
nChars[ in ] The number of of characters to append.
Returns