.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ProgIDFromCLSID 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBProgIDFromCLSID\fR (OLE32.@) .SH SYNOPSIS HRESULT ProgIDFromCLSID ( REFCLSID \fIclsid\fR, LPOLESTR* \fIppszProgID\fR ) .SH DESCRIPTION .PP Converts a class Id into the respective program \fBID\fR. .SH PARAMS \fIclsid\fR \fB[In]\fR Class \fBID\fR, as found in registry. .PP \fIppszProgID\fR \fB[Out]\fR Associated ProgID. .PP .SH RETURNS .PP \fBS_OK\fR \fBE_OUTOFMEMORY\fR \fBREGDB_E_CLASSNOTREG\fR if the given \fIclsid\fR has no associated ProgID .SH IMPLEMENTATION .PP Declared in \fB"objbase.h"\fR. .PP Implemented in \fB"dlls/ole32/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.