Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IMessage::getErr ( P6ERR pErr)
pure virtual

Retrieves the P6ERR code previously associated with the message.

Parameters
pErr[ out ] The address of a P6ERR in which the previously set error value will be stored. If an error value has not been previously set, the *pErr will equal eOk.
Returns