NAME

ICreateTypeLib2_GetDocumentation2  (OLEAUT32.@)

SYNOPSIS

 static HRESULT ICreateTypeLib2_GetDocumentation2
 (
  ITypeLib2* iface,
  INT        index,
  LCID       lcid,
  BSTR*      pbstrHelpString,
  DWORD*     pdwHelpStringContext,
  BSTR*      pbstrHelpStringDll
 )

DESCRIPTION

Obtain locale-aware help string information.

RETURNS

Success: S_OK

Failure: STG_E_INSUFFICIENTMEMORY or E_INVALIDARG.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/oleaut32/typelib2.c". source.winehq.org/source/dlls/oleaut32/typelib2.c

Debug channel "ole".


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