.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ITypeInfo2_GetDocumentation2 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBITypeInfo2_GetDocumentation2\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT ITypeInfo2_GetDocumentation2 ( ITypeInfo2* \fIiface\fR, MEMBERID \fImemid\fR, LCID \fIlcid\fR, BSTR* \fIpbstrHelpString\fR, DWORD* \fIpdwHelpStringContext\fR, BSTR* \fIpbstrHelpStringDll\fR ) .SH PARAMS \fIiface\fR \fB[In]\fR The TypeInfo to retrieve the documentation from. .PP \fImemid\fR \fB[In]\fR The member Id (why?). .PP \fIlcid\fR \fB[In]\fR The locale (why?). .PP \fIpbstrHelpString\fR \fB[Out]\fR The help string. .PP \fIpdwHelpStringContext\fR \fB[Out]\fR The help string context. .PP \fIpbstrHelpStringDll\fR \fB[Out]\fR The help file name. .PP .SH DESCRIPTION .PP Gets some documentation from a TypeInfo in a locale-aware fashion. .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR One of \fBSTG_E_INSUFFICIENTMEMORY\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.