Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens a pop-up window that displays the contents of one of the following:
- An explicit text string.
- A text string based on a resource ID.
- A text string ID based on a text file contained in a compiled help (.chm) file.
pszFile | dwData |
---|---|
To use an explicit text string:
|
Specifies a pointer to an [HH_POPUP](/previous-versions/windows/desktop/api/HtmlHelp/ns-htmlhelp-taghh_popup) structure. |
HtmlHelp(
hwndCTRL,
NULL,
HH_DISPLAY_TEXT_POPUP,
(DWORD_PTR)&popup) ;
The handle (hwnd) of the pop-up window.