Scroll to navigation

ITypeInfo2_GetDocumentation2(3w) Wine API 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

Declared in "oaidl.h".
Implemented in "dlls/oleaut32/typelib2.c".
Debug channel "ole".
Oct 2012 Wine API