ProgIDFromCLSID (OLE32.@)
HRESULT ProgIDFromCLSID ( REFCLSID clsid, LPOLESTR* ppszProgID )
Converts a class Id into the respective program ID.
clsid | [In] | Class ID, as found in registry. |
ppszProgID | [Out] | Associated ProgID. |
S_OK E_OUTOFMEMORY REGDB_E_CLASSNOTREG if the given clsid has no associated ProgID
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 Nov 2008.