COMReleaseObject

DFCOM Function: Indicates that the program is done with a reference to an object's interface.

Modules: USE DFCOM

Syntax

result = COMReleaseObject (iunknown)

iunknown
An IUnknown interface pointer. Must be of type INTEGER(4) on ia32 processors; INTEGER(8) on ia64 processors.

The result is of type INTEGER(4). It is the object's current reference count.