ShowHelp method
Called by MSHTML to display Help.
Syntax
HRESULT retVal = object.ShowHelp(hwnd, pszHelpFile, uCommand, dwData, ptMouse, pDispatchObjectHit);
Parameters
hwnd [in]
Type: HWNDThe HWND of the owner window.
pszHelpFile [in]
Type: LPOLESTRA LPOLESTR pointer to a string containing a Help file name.
uCommand [in]
Type: UINTA UINT that represents the type of Help. See the WinHelp function.
dwData [in]
Type: DWORDA DWORD that contains additional data. See the WinHelp function.
ptMouse [in]
Type: POINTA POINT structure containing the mouse position in screen coordinates.
pDispatchObjectHit [out]
Type: IDispatchA pointer to the IDispatch of the object at the screen coordinates.
Remarks
The first four parameters are the same as the parameters passed to the WinHelp function. The ptMouse parameter gives the screen coordinates. The pDispatchObjectHit parameter enables the host to differentiate the object at the screen coordinates to a greater degree than MSHTML.