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 defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/typelib2.c".
- Debug channel "ole".