Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IStringBuf::getBufPtr ( const P6CHAR **  ppData,
P6SIZE pcData 
)
pure virtual

Retrieves a pointer to the string buffers undelying storage and the number of valid bytes available.

You should NOT rely on the data being NULL terminated.

Parameters
ppData[ out ] The addres of a pointer to a P6CHAR in which will be return the buffer pointer.
pcData[ out ] The address of a P6SIZE in which will be return the number of valid bytes in the buffer.
Returns