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.

Descriptions of the Library Routines 2iidThe interface identifier of the interface being requested. Must be of type GUID, which is definedin the IFWINTY module.interfaceAn output argument that returns the object’s interface pointer. Must be of type INTEGER(4).statusThe status of the operation. It can be any status returned by GetActiveObject (see the Microsoft*Platform SDK). Must be of type INTEGER(4).COMGetActiveObjectByProgIDCOM Subroutine: Passes a programmatic identifier and returns a pointer to the IDispatchinterface of a currently active object. This subroutine is only available on Windows* systems onIA-32 processors.Module: USE IFCOMSyntaxCALL COMGetActiveObjectByProgID (prog_id, idispatch, status)prog_idThe programmatic identifier of type CHARACTER*(*).idispatchAn output argument that returns the object’s IDispatch interface pointer. Must be of typeINTEGER(4).statusThe status of the operation. It can be any status returned by CLSIDFromProgID orGetActiveObject (see the Microsoft* Platform SDK). Must be of type INTEGER(4).ExampleSee the example in “COMInitialize”.COMGetFileObjectCOM Subroutine: Passes a file name and returns a pointer to the IDispatch interface of anautomation object that can manipulate the file. This subroutine is only available on Windows*systems on IA-32 processors.Module: USE IFCOM2-35

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

Saved successfully!

Ooh no, something went wrong!