CLSIDFromString16(3w)
NAME
CLSIDFromString16 (COMPOBJ.20)
SYNOPSIS
HRESULT CLSIDFromString16 ( LPCOLESTR16 idstr, CLSID* id )
PARAMS
idstr [In] string representation of guid.
id [Out] GUID converted from string.
DESCRIPTION
Converts a unique identifier from its string representation into the
GUID struct.
Class id: DWORD-WORD-WORD-BYTES[2]-BYTES[6].
RETURNS
the converted GUID
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/compobj.dll16/compobj.c".
- Debug channel "ole".