MKI_DialogHelpTopic (Dialogs) Changed in Version 2021.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_DialogHelpTopic( HWND f_hWindow, const LPCWSTR f_pszPlugInID, DWORD f_dwHelpTopicID );
Displays a plug-in's help file topic.
ParametersWindow [HWND] Handle of the parent window for the help control. PlugInID [const LPCWSTR] File base name of the plug-in for which the help shall be displayed. The extension ".chm" will be added and the resulting file will be searched in the applications's main path. If nullptr, a topic from the serving application's help will be displayed. HelpTopicID [DWORD] ID of the topic to be displayed. An index of 0 will display the default topic of the help file.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH