12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>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 CoCreateInstance (see the Microsoft*Platform SDK). Must be of type INTEGER(4).COMCreateObjectByProgIDCOM Subroutine: Passes a programmatic identifier, creates an instance of an object, and returnsa pointer to the object’s IDispatch interface. This subroutine is only available on Windows*systems on IA-32 processors.Module: USE IFCOMSyntaxCALL COMCreateObjectByProgID (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 orCoCreateInstance (see the Microsoft* Platform SDK). Must be of type INTEGER(4).COMGetActiveObjectByGUIDCOM Subroutine: Passes a class identifier and returns a pointer to the interface of a currentlyactive object. This subroutine is only available on Windows* systems on IA-32 processors.Module: USE IFCOM, USE IFWINTYSyntaxCALL COMGetActiveObjectByGUID (clsid, iid, interface, status)clsidThe class identifier of the class of object to be found. Must be of type GUID, which is defined inthe IFWINTY module.2-34

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

Saved successfully!

Ooh no, something went wrong!