◄Message Group► ◄Function Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINHELP HM_QUERY_KEYS_HELP mp1 = 0L; /* not used, must be zero */ mp2 = 0L; /* not used, must be zero */ The HM_QUERY_KEYS_HELP message is sent to an application to retrieve the keys-help-panel ID. This message does not use any parameters. Return Value An application should return the keys-help-panel ID. If no keys-help panel exists, the application should return an alternate panel ID, such as the ID for extended help. Comments The system uses the returned ID to display the corresponding help panel. If the return value is not a valid help-panel ID, no help is displayed. See Also HM_KEYS_HELP ♦