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

Appends the NULL terminated string provided in pData to the string buffer.

Parameters
pData[ in ] A pointer to the NULL terminated wide character string to append to the string buffer.
Returns