Retrieves a pointer to the HH_WINTYPE structure associated with a specified window type.
pszFile | dwData |
---|---|
Specifies the name of the window type whose information you want to get and the name of the compiled help (.chm) file in which the window type is defined. The window name must begin with a greater-than (>) character and must be preceded by the name of the compiled help file it is defined in. |
Specifies a pointer to an HH_WINTYPE structure.
Deep copy the structure to which dwData points before modifying the structure. |
HH_WINTYPE* pWinType ;
HtmlHelp(
GetDesktopWindow(),
"Help.chm>mainwin",
HH_GET_WIN_TYPE,
(DWORD) &pWinType) ;
About commands | |