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