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 2SyntaxCALL COMStringFromGUID (guid, string, status)guidThe GUID to be converted. Must be of type GUID, which is defined in the IFWINTY module. Itcan be any type of GUID, including a class identifier (CLSID), or an interface identifier (IID).stringA character variable of type CHARACTER*(*) that receives the string representation of theGUID. The length of the character variable should be at least 38.statusThe status of the operation. If the string is too small to contain the string representation of theGUID, the value is zero. Otherwise, the value is the number of characters in the stringrepresentation of the GUID. Must be of type INTEGER(4).The string representation of a GUID has a format like that of the following:[c200e360-38c5-11ce-ae62-08002b2b79ef]where the successive fields break the GUID into the formDWORD-WORD-WORD-WORD-WORD.DWORD covering the 128-bit GUID. The stringincludes enclosing braces, which are an OLE convention.COMUninitializeCSMGCOM Subroutine: Uninitializes the COM library. This subroutine is only available onWindows* systems on IA-32 processors.Module: USE IFCOMSyntaxCALL COMUninitialize ( )When using COM routines, this must be the last routine called.ExampleSee the example in “COMInitialize”.Portability Function: Performs an effective BIT-WISE store under mask.Module: USE IFPORT2-41

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

Saved successfully!

Ooh no, something went wrong!