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

Retrieves the name that was associated with the queue when it was created.

Parameters
pBuffer[ in ] The address of the P6WCHAR buffer in which to place the name of the queue. The buffer must be at least P6MAX_QUEUENAME_LEN characters long.
cBufferThe size of pBuffer in characters.
Returns