CLSIDFromProgID (OLE32.@)
HRESULT CLSIDFromProgID ( LPCOLESTR progid, LPCLSID clsid )
Converts a program Id into the respective GUID.
progid | [In] | Unicode program ID, as found in registry. |
clsid | [Out] | Associated CLSID. |
Success: S_OK
Failure: CO_E_CLASSSTRING - the given ProgID cannot be found.
Defined in "objbase.h".
Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.