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.

COMCLSIDFromStringDescriptions of the Library Routines 2COM Subroutine: Passes a class identifier string and returns the corresponding class identifier.This subroutine is only available on Windows* systems on systems on IA-32 processors.Modules: USE IFCOM, USE IFWINTYSyntaxCALL COMCLSIDFromString (string, clsid, status)stringThe class identifier string of type CHARACTER*(*).clsidThe class identifier corresponding to the identifier string. Must be of type GUID, which is definedin the IFWINTY module.statusThe status of the operation. It can be any status returned by CLSIDFromString (see theMicrosoft* Platform SDK). Must be of type INTEGER(4).COMCreateObjectByGUIDCOM Subroutine: Passes a class identifier, creates an instance of an object, and returns a pointerto the object’s interface. This subroutine is only available on Windows* systems on systems onIA-32 processors.Modules: USE IFCOM, USE IFWINTYSyntaxCALL COMCreateObjectByGUID (clsid, clsctx, iid, interface, status)clsidThe class identifier of the class of object to be created. Must be of type GUID, which is defined inthe IFWINTY module.clsctxLets you restrict the types of servers used for the object. Must be of type INTEGER(4). Must beone of the CLSCTX_* constants defined in the IFWINTY module.iidThe interface identifier of the interface being requested. Must be of type GUID, which is definedin the IFWINTY module.2-33

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

Saved successfully!

Ooh no, something went wrong!