Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IInitMessage::setDataObject ( p6ICom pIface)
pure virtual

This method is used to attach a P6COM component to the message.

The receiver can then use the p6IMessage::getDataObject() method to retrieve this interface pointer. The interface will automatically be release'd before the message is destroyed.

Parameters
pIface[ in ] A pointer to the p6ICom interface of the component to attach to the message.
Returns