The information in this article applies to:
SUMMARY
When you develop an Microsoft Management Console (MMC) Snap-in, it is very common to have a help file associated with the Snap-in. This help file can be displayed using the MMC help features that are available to the Snap-in developer. MORE INFORMATION
The MMC architecture sends a MMCN_CONTEXTHELP notification to the Component::Notify() handler when F1 is selected, or the Help menu item is clicked for the Snap-in. Typically, most developers would like to have the normal help behavior that MMC provides. By default, MMC will bring up the MMC help file in a separate window if a WinHelp Help file is loading using the WinHelp API. If you use IDisplayHelp::ShowTopic() to display an HTMLHelp help file, MMC will merge the help file with the default MMC Help. There are times when you do not want the default MMC help to be displayed.
Additional query words: HTMLHelp, WinHelp, MMCN_CONTEXTHELP, Disabling, Help File
Keywords : kbGrpPlatform kbMMC110 kbDSupport kbhowto |
Last Reviewed: October 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |