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-BA24DA9A-FEDB-489E-9170-8EC31BFE1CBF
Visible to Intel only — GUID: GUID-BA24DA9A-FEDB-489E-9170-8EC31BFE1CBF
COMCLSIDFromProgID
COM Subroutine: Passes a programmatic identifier and returns the corresponding class identifier. This routine is only available for Windows.
Module
USE IFCOM
USE IFWINTY
CALL COMCLSIDFromProgID (prog_id,clsid,status)
prog_id |
The programmatic identifier of type CHARACTER*(*). |
clsid |
The class identifier corresponding to the programmatic identifier. 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 CLSIDFromProgID. Must be of type INTEGER(4). |