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

This method decrements a components reference count.

Once this method is called on a components interface, the interface pointer is no longer considered valid and must not be used.

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