Opens a pop-up window that displays the contents of one of the following:
pszFile | dwData |
---|---|
To use an explicit text string:Specify a NULL value.To use a text string from a resource:Specify a NULL value.To use text string from a text file contained in a compiled help file:Specify the .chm file and the text file within the .chm file. |
Specifies a pointer to an HH_POPUP structure. |
HtmlHelp(
hwndCTRL,
NULL,
HH_DISPLAY_TEXT_POPUP,
(DWORD)&popup) ;
The handle (hwnd) of the pop-up window.
HH_TP_HELP_CONTEXTMENU
HH_TP_HELP_WM_HELP
About commands | |