Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IMemPool::isOwned ( P6VOID pMem)
pure virtual

This method is used to determine if the specified memory belongs to this memory pool.

Parameters
pMemA pointer to the memory to be tested.
Returns
SuccessP6R::eOkThe memory pointed to by pMem belongs to this memory pool.
FailureP6R::eInvalidArgpMem is NULL
P6R::eFailThe memory pointed to by pMem does not belong to this meomry pool.