ITypeInfo2_GetDocumentation2 (OLEAUT32.@)
static HRESULT ITypeInfo2_GetDocumentation2 ( ITypeInfo2* iface, MEMBERID memid, LCID lcid, BSTR* pbstrHelpString, DWORD* pdwHelpStringContext, BSTR* pbstrHelpStringDll )
iface | [In] | The TypeInfo to retrieve the documentation from. |
memid | [In] | The member Id (why?). |
lcid | [In] | The locale (why?). |
pbstrHelpString | [Out] | The help string. |
pdwHelpStringContext | [Out] | The help string context. |
pbstrHelpStringdll | [Out] | The help file name. |
Gets some documentation from a TypeInfo in a locale-aware fashion.
Success: S_OK.
Failure: One of STG_E_INSUFFICIENTMEMORY or E_INVALIDARG.
Defined in "oaidl.h".
Implemented in "dlls/oleaut32/typelib2.c". source.winehq.org/source/dlls/oleaut32/typelib2.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.