COMCLSIDFromString

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

Modules: USE DFCOM, USE DFWINTY

Syntax

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


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

See Also:

CLSIDFromString in the Win32 SDK