Jump to content

HM_ACTIONBAR_COMMAND

From EDM2
Revision as of 03:49, 28 April 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message is sent to the current active application window by the Help Manager to notify the application when the user selects a tailored action bar item.

Syntax

param1
USHORT idCommand; /* Identity of the action bar item that was selected. */

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

Parameters

idCommand (USHORT) - input
Identity of the action bar item that was selected.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

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

Default Processing

None.