Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-AB864FD5-171D-4C07-8D81-814B2E095BB3
Visible to Intel only — GUID: GUID-AB864FD5-171D-4C07-8D81-814B2E095BB3
COMReleaseObject
COM Function: Indicates that the program is done with a reference to an object's interface. This routine is only available for Windows.
USE IFCOM
result = COMReleaseObject (iunknown)
iunknown |
An IUnknown interface pointer. Must be of type INTEGER(INT_PTR_KIND()). |
The result type is INTEGER(4). It is the object's current reference count.
See the example in COMInitialize.