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

Retrieve the name of the event queue that was set in the call to initialize();.

Parameters
pBuffer[ out ] A pointer to a P6WCHAR buffer in which to place the name. pBuffer MUST be at least P6MAX_QUEUENAME_LEN characters long.
cBuffer[ in ] The size in characters of pBuffer.
Returns