StringFromCLSID16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "ole".