ICreateTypeLib2_GetDocumentation2.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "ole".