Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IWStringBuf::getBufPtrbstr ( P6BWCSTR pbsBuffer)
pure virtual

Retrieves a pointer to the string buffers underlying storage and the number of valid bytes available and store that infromation in the provided P6BWCSTR.

Parameters
ppData[ out ] A pointer to a P6BWCSTR in which to store the buffer pointer and length.
pcData[ out ] The address of a P6SIZE in which will be return the number of valid bytes in the buffer.
Returns