Jump to content

HM_ACTIONBAR_COMMAND

From EDM2

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.