.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StringFromGUID2 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStringFromGUID2\fR (OLE32.@) .SH SYNOPSIS INT StringFromGUID2 ( REFGUID \fIid\fR, LPOLESTR \fIstr\fR, INT \fIcmax\fR ) .SH DESCRIPTION .PP Modified version of StringFromCLSID that allows you to specify max buffer size. .SH PARAMS \fIid\fR \fB[In]\fR \fBGUID\fR to convert to string. .PP \fIstr\fR \fB[Out]\fR Buffer where the result will be stored. .PP \fIcmax\fR \fB[In]\fR Size of the buffer in characters. .PP .SH RETURNS .PP \fBSuccess:\fR The length of the resulting string in characters. .PP \fBFailure:\fR \fB0.\fR .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.