Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-D5ABA659-CE2F-46D2-A745-277633EBA54D
Visible to Intel only — GUID: GUID-D5ABA659-CE2F-46D2-A745-277633EBA54D
COMCLSIDFromString
COM Subroutine: Passes a class identifier string and returns the corresponding class identifier. This routine is only available for Windows.
Module
USE IFCOM
USE IFWINTY
CALL COMCLSIDFromString (string,clsid,status)
string |
The class identifier string of type CHARACTER*(*). |
clsid |
The class identifier corresponding to the identifier string. Must be of type GUID, which is defined in the IFWINTY module. |
status |
The status of the operation. It can be any status returned by CLSIDFromString. Must be of type INTEGER(4). |