CLSIDFromString(3w)
NAME
CLSIDFromString (OLE32.@)
SYNOPSIS
static HRESULT CLSIDFromString ( LPCWSTR s, CLSID* id )
DESCRIPTION
Converts a unique identifier from its string representation into the
GUID struct.
PARAMS
idstr [In] The string representation of the GUID.
id [Out] GUID converted from the string.
RETURNS
S_OK on success CO_E_CLASSSTRING if idstr is not a valid CLSID.
SEE ALSO
StringFromCLSID
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/compobj.c".
- Debug channel "ole".