.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CLSIDFromString 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCLSIDFromString\fR (OLE32.@) .SH SYNOPSIS static HRESULT CLSIDFromString ( LPCWSTR \fIs\fR, LPCLSID \fIid\fR ) .SH DESCRIPTION .PP Converts a unique identifier from its string representation into the \fBGUID\fR struct. .SH PARAMS idstr \fB[In]\fR The string representation of the \fBGUID\fR. .PP \fIid\fR \fB[Out]\fR \fBGUID\fR converted from the string. .PP .SH RETURNS .PP \fBS_OK\fR on success \fBCO_E_CLASSSTRING\fR if idstr is not a valid \fBCLSID\fR. .SH SEE ALSO .PP StringFromCLSID .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.