StringFromCLSID.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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

Implemented in "dlls/ole32/compobj.c".

Debug channel "ole".