COMReleaseObject (W*32, W*64)

 

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

Module

USE IFCOM

Syntax

result = COMReleaseObject (iunknown)

iunknown

An IUnknown interface pointer. Must be of type INTEGER(4).

Results

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

Example

See the example in COMInitialize.