StringFromCLSID (OLE32.@)
HRESULT StringFromCLSID ( REFCLSID id, LPOLESTR* idstr )
Converts a GUID into the respective string representation. The target string is allocated using the OLE IMalloc.
id | [In] | the GUID to be converted. |
idstr | [Out] | A pointer to a to-be-allocated pointer pointing to the resulting string. |
S_OK E_FAIL.
StringFromGUID2, CLSIDFromString
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.