Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 1.79 KB

nf-unknown-dllgetdocumentation.md

File metadata and controls

90 lines (67 loc) · 1.79 KB
title description ms.topic ms.date req.header req.dll req.lib req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr dev_langs topic_type api_type api_location api_name targetos product ms.product req.product
DLLGetDocumentation function
Retrieves a localized string for a given help context value.
reference
10/19/2022
Windows
c++
APIRef
kbSyntax
DllExport
dataprojects.dll
global_controls_mscomct2ocx_f0.3207d1b6_80e5_11d2_b95d_006097c4de24
DLLGetDocumentation
Windows
Windows
Windows
Windows

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