.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHStringFromGUIDA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHStringFromGUIDA\fR (SHLWAPI.23) .SH SYNOPSIS INT SHStringFromGUIDA ( REFGUID \fIguid\fR, LPSTR \fIlpszDest\fR, INT \fIcchMax\fR ) .SH DESCRIPTION .PP Convert a \fBGUID\fR to a string. .SH PARAMS \fIguid\fR \fB[In]\fR \fBGUID\fR to convert. .PP \fIlpszDest\fR \fB[Out]\fR Destination for string. .PP \fIcchMax\fR \fB[In]\fR Length of output buffer. .PP .SH RETURNS .PP The length of the string created. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.