Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IIoBuffer::getBufPtr ( P6UINT8 **  ppBuffer,
P6UINT32 pcSize,
P6UINT32 pcUsed 
)
pure virtual

Returns a pointer to the p6IIoBuffer's internal buffer.

Parameters
ppBuffer[ out ] The address of a P6UINT8 pointer in which will be returned a pointer this Io Buffer's internal buffer.
pcSize[ out ] The address of P6UINT32 in which will be placed the total size of the Io Buffer in bytes.
pcUsed[ out ] The address of a P6UINT32 in which will be place the number of bytes currently in use in the buffer.
Returns