Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6INT32 P6R::p6ICom::addref ( void  )
pure virtualinherited

This method increases the reference count of the component instance by one.

Whenever a pointer to an instance of a component is copied, it's reference count should be incremented to ensure that the component instance is not detroyed while it's still in use.

Returns
The incremented reference count. This value should only be used for debugging.
See Also
The P6R Component Object Model