Jump to content

HM EXT HELP UNDEFINED: Difference between revisions

From EDM2
Created page with "{{DISPLAYTITLE:HM_EXT_HELP_UNDEFINED}} This message is sent to the application by the Help Manager to notify it that an extended help window has not been defined. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;ulReserved (ULONG) - input: Reserved value, should be 0. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;ulReserved (..."
 
 
Line 27: Line 27:
* Ignore the request for help and not display a help window.
* Ignore the request for help and not display a help window.
* Display its own window.
* Display its own window.
* Use the [[HM_DISPLAY_HELP]] message to tell the Help Manager to display a
* Use the [[HM_DISPLAY_HELP]] message to tell the Help Manager to display a particular window.
  particular window.


==Default Processing==
==Default Processing==

Latest revision as of 03:56, 28 April 2025

This message is sent to the application by the Help Manager to notify it that an extended help window has not been defined.

Syntax

param1
ULONG ulReserved; /* Reserved value, should be 0. */

param2
ULONG ulReserved; /* Reserved value, should be 0. */

Parameters

ulReserved (ULONG) - input
Reserved value, should be 0.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

ulReserved (ULONG) - return
Reserved value, should be 0.

Remarks

When the extended help window is requested, the Help Manager searches the help table for its identity. If the extended help window identity associated with the current active window is zero, the Help Manager sends this message to the application to notify it that an extended help window has not been defined. The application then can:

  • Ignore the request for help and not display a help window.
  • Display its own window.
  • Use the HM_DISPLAY_HELP message to tell the Help Manager to display a particular window.

Default Processing

None.