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