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
Declared in "include/objbase.h". gitlab.winehq.org/wine/wine/blob/master/include/objbase.h
Implemented in "dlls/compobj.dll16/compobj.c". gitlab.winehq.org/wine/wine/blob/master/dlls/compobj.dll16/compobj.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.