CLSIDFromString16 (COMPOBJ.20)
HRESULT CLSIDFromString16 ( LPCOLESTR16 idstr, CLSID* id )
idstr | [In] | string representation of guid. |
id | [Out] | GUID converted from string. |
Converts a unique identifier from its string representation into the GUID struct.
Class id: DWORD-WORD-WORD-BYTES[2]-BYTES[6].
the converted GUID
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ole32/ole16.c". source.winehq.org/source/dlls/ole32/ole16.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.