Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IQueueManager::getQueue ( p6IQueue **  ppQueue)
pure virtual

This method is used to retrieve this queue's p6IQueue interface, which is used to enqueue and dequeue messages among other things.

Parameters
ppQueueA pointer in which will be stored an addRef's p6IQueue interface pointer for this queue. When are done with the interface, don't forget to release() it.
Returns
Success - eOk
Failure - Any valid P6R::P6ERR