CLSIDFromString (OLE32.@)
HRESULT CLSIDFromString ( LPCSTR idstr, CLSID* id )
Converts a unique identifier from its string representation into the GUID struct.
idstr | [In] | The string representation of the GUID. |
id | [Out] | GUID converted from the string. |
S_OK on success CO_E_CLASSSTRING if idstr is not a valid CLSID.
In Windows, if idstr is not a valid CLSID string then it gets treated as a ProgID. Wine currently doesn't do this. If idstr is NULL it's treated as an all-zero GUID.
StringFromCLSID
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.