Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IMemPool::getName ( P6WCHAR pBuffer,
P6UINT32 pcBuffer 
)
pure virtual

Get the name of the memory which was provide by the intialization method.

Parameters
pBufferA pointer to a P6WCHAR buffer. This buffer should be sized to P6MEMPOOL_NAME_MAX characters.
pcBufferA pointer to a P6UINT32 which on entry must contain the size of pBuffer in characters. On an eTooSmall error, the number of characters required to store the requested name is returned in this argument.
Returns