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 "dlls/oleaut32/typelib2.c". source.winehq.org/source/dlls/oleaut32/typelib2.c

Debug channel "ole".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.