12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>clock(Input) REAL(8). The current time.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS LIBCOMAddObject<strong>Reference</strong>COM Function: Adds a reference to an object’s interface. This function is only available onWindows* systems on IA-32 processors.Module: USE IFCOMSyntaxresult = COMAddObject<strong>Reference</strong> (iunknown)iunknownAn IUnKnown interface pointer. Must be of type INTEGER(4).Results:The result type is INTEGER(4). It is the object’s current reference count.COMCLSIDFromProgIDCOM Subroutine: Passes a programmatic identifier and returns the corresponding classidentifier. This subroutine is only available on Windows* systems on IA-32 processors.Modules: USE IFCOM, USE IFWINTYSyntaxCALL COMCLSIDFromProgID (prog_id, clsid, status)prog_idThe programmatic identifier of type CHARACTER*(*).clsidThe class identifier corresponding to the programmatic identifier. Must be of type GUID, which isdefined in the IFWINTY module.statusThe status of the operation. It can be any status returned by CLSIDFromProgID (see theMicrosoft* Platform SDK). Must be of type INTEGER(4).2-32

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!