ProgIDFromCLSID (OLE32.@)
HRESULT ProgIDFromCLSID ( REFCLSID clsid, LPOLESTR* lplpszProgID )
Converts a class Id into the respective program ID.
clsid | [In] | Class ID, as found in registry. |
lplpszProgID | [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 © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.