Creates a new help window or modifies an existing help window at run time.
pszFile | dwData |
---|---|
Specifies the name of the window type that you want to create or modify and the name of the compiled help (.chm) file in which the window type is defined. The window type name must begin with a greater-than (>) character and must be preceded by the name of the compiled help file in which it is defined. |
Points to an HH_WINTYPE structure. |
HH_WINTYPE WinType ;
...
HtmlHelp(
GetDesktopWindow(),
"..\\help.chm>mainwin",
HH_SET_WIN_TYPE,
(DWORD) &WinType) ;
About commands | |