.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ICreateTypeInfo2_SetFuncHelpStringContext 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBICreateTypeInfo2_SetFuncHelpStringContext\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT ICreateTypeInfo2_SetFuncHelpStringContext ( ICreateTypeInfo2* \fIiface\fR, UINT \fIindex\fR, ULONG \fIdwHelpStringContext\fR ) .SH PARAMS \fIiface\fR \fB[In]\fR The typeinfo on which to set the help string context. .PP \fIindex\fR \fB[In]\fR The \fIindex\fR for the function on which to set the help string context. .PP \fIdwHelpStringContext\fR \fB[In]\fR The help string context. .PP .SH DESCRIPTION .PP Set the help string context for a function. .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR One of \fBE_OUTOFMEMORY\fR or \fBE_INVALIDARG\fR. .SH IMPLEMENTATION .PP Declared in \fB"oaidl.h"\fR. .PP Implemented in \fB"dlls/oleaut32/typelib2.c"\fR. .PP Debug channel \fB"ole"\fR.