StringFromCLSID16(3w)
NAME
StringFromCLSID16 (COMPOBJ.19)
SYNOPSIS
HRESULT StringFromCLSID16 ( REFCLSID id, LPOLESTR16* idstr )
PARAMS
id [In] the GUID to be converted.
[Out] a pointer to a to-be-allocated segmented pointer pointing to the
resulting string.
DESCRIPTION
Converts a GUID into the respective string representation. The target
string is allocated using the OLE IMalloc.
RETURNS
the string representation and HRESULT
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".