COMCLSIDFromProgID

DFCOM Subroutine: Passes a programmatic identifier and returns the corresponding class identifier.

Modules: USE DFCOM, USE DFWINTY

Syntax

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 DFWINTY module.


status
The status of the operation. It can be any status returned by CLSIDFromProgID. Must be of type INTEGER(4).

See Also:

CLSIDFromProgID in the Win32 SDK