CLSIDFromProgID16 (COMPOBJ.61)
HRESULT CLSIDFromProgID16 ( LPCOLESTR16 progid, LPCLSID riid )
Converts a program Id into the respective GUID.
progid | [In] | program Id as found in registry. |
riid | [Out] | associated CLSID. |
Success: S_OK
Failure: CO_E_CLASSSTRING - the given ProgID cannot be found.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
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.