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 "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.