HH_GET_WIN_HANDLE command

Returns the handle (hwnd) of a specified window type.


pszFile dwData
Specifies the name of the compiled help (.chm) file in which the window type is defined. Specifies the name of the window type whose handle you want to return.

Example



HtmlHelp(
hwndCaller,
"c:\\MyHelpFile.chm,
HH_GET_WIN_HANDLE,
(DWORD) "MyWindowType") ;

Return value

Comments

See also

HH_GET_WIN_TYPE
HH_SET_WIN_TYPE


link to overview topic About commands