StringFromGUID2.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

StringFromGUID2 (OLE32.@)

SYNOPSIS

INT StringFromGUID2
 (
  REFGUID  id,
  LPOLESTR str,
  INT      cmax
 )

DESCRIPTION

Modified version of StringFromCLSID that allows you to specify max buffer size.

PARAMS

id [In] GUID to convert to string.

str [Out] Buffer where the result will be stored.

cmax [In] Size of the buffer in characters.

RETURNS

Success: The length of the resulting string in characters.

Failure: 0.

IMPLEMENTATION

Defined in "objbase.h".

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

Debug channel "ole".