Decrements the reference count of the supplied runtime callable wrapper.
- o (Object)
- The COM object to release.
The new value of the reference count of the runtime callable wrapper associated with o. This value is typically zero since the runtime callable wrapper keeps just one reference to the wrapped COM object regardless of the number of managed clients calling it.