Open generic function
Releases the given COM interface. Implements the COM method Release from the COM interface IUnknown.
Release obj => count
<interface>.
<integer>.
COM
COM
Releases the COM interface obj. Implements the COM method Release from the COM interface IUnknown. Decrements the reference count and returns the new count.
For interfaces implemented in Dylan as subclasses of <IUnknown>, terminate is called when the reference count is decremented to 0.