ITypeInfo2_GetDocumentation2(3w)
NAME
ITypeInfo2_GetDocumentation2 (OLEAUT32.@)
SYNOPSIS
static HRESULT ITypeInfo2_GetDocumentation2 ( ITypeInfo2* iface, MEMBERID memid, LCID lcid, BSTR* pbstrHelpString, DWORD* pdwHelpStringContext, BSTR* pbstrHelpStringDll )
PARAMS
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.
DESCRIPTION
Gets some documentation from a TypeInfo in a locale-aware fashion.
RETURNS
Success: S_OK.
Failure: One of STG_E_INSUFFICIENTMEMORY or E_INVALIDARG.
IMPLEMENTATION
Defined in "oaidl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/typelib2.c".
- Debug channel "ole".