DLLGetDocumentation function

Retrieves a localized string for a given help context value.

Syntax


STDAPI DLLGetDocumentation
(
  ITypeLib * ptlib,
  ITypeInfo * ptinfo,
  LCID lcid,
  DWORD dwCtx,
  BSTR * pbstrHelpString
);

Parameters

ptlib

The TypeLib associated with help context.

ptinfo

The TypeInfo associated with help context.

lcid

Windows Language Code Identifier.

dwCtx

Cookie value representing the help context id being looked for.

pbstrHelpString

Localized help string associated with the context id passed in.

Return value

This function doesn't return a value.

Remarks

For more info, see To specify localized help strings on GitHub.

Requirements

   
Target Platform Windows
Header N/A
Library N/A
DLL Unknown

See also