Scroll to navigation

ICreateTypeLib2_GetDocumentation2(3w) Wine API ICreateTypeLib2_GetDocumentation2(3w)

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 declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/oleaut32/typelib2.c".
Debug channel "ole".
Oct 2012 Wine API