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

Debug channel "ole".


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