.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH OleRegEnumVerbs 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBOleRegEnumVerbs\fR (OLE32.@) .SH SYNOPSIS HRESULT OleRegEnumVerbs ( REFCLSID \fIclsid\fR, LPENUMOLEVERB* \fIppenum\fR ) .SH DESCRIPTION .PP Enumerates verbs associated with a class stored in the registry. .SH PARAMS \fIclsid\fR \fB[In]\fR Class Id to enumerate the verbs for. .PP \fIppenum\fR \fB[Out]\fR Enumerator. .PP .SH RETURNS .PP S_OK: Success. REGDB_E_CLASSNOTREG: The specified class does not have a key in the registry. REGDB_E_READREGDB: The class key could not be opened for some other reason. OLE_E_REGDB_KEY: The Verb subkey for the class is not present. OLEOBJ_E_NOVERBS: The Verb subkey for the class is empty. .SH IMPLEMENTATION .PP Declared in \fB"ole2.h"\fR. .PP Implemented in \fB"dlls/ole32/ole2.c"\fR. .PP Debug channel \fB"ole"\fR.