StringFromGUID2 (OLE32.@)
INT StringFromGUID2 ( REFGUID id, LPOLESTR str, INT cmax )
Modified version of StringFromCLSID that allows you to specify max buffer size.
id | [In] | GUID to convert to string. |
str | [Out] | Buffer where the result will be stored. |
cmax | [In] | Size of the buffer in characters. |
Success: The length of the resulting string in characters.
Failure: 0.
Defined in "objbase.h".
Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c
Debug channel "ole".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.