StringFromGUID2(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/compobj.c".
- Debug channel "ole".