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

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

The data is not NULL terminated.

Parameters
ppData[ out ] The address 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