Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IPacket::size ( P6UINT32 pcSize)
pure virtual

Retrieves the size of packet buffer in bytes.

This is maximum number of bytes that this buffer can hold.

Parameters
pcSize[ out ] A pointer to an P6UINT16 in which to place the buffer size.
Returns
SuccessP6R::eOkThe number of in-use bytes was successfully retrieved.
FailureP6R::eInvalidArgpcBytesInUse was NULL.