IShellMenuCallback interface (shobjidl_core.h)

A callback interface that exposes a method that receives messages from a menu band.

Inheritance

The IShellMenuCallback interface inherits from the IUnknown interface. IShellMenuCallback also has these types of members:

Methods

The IShellMenuCallback interface has these methods.

 
IShellMenuCallback::CallbackSM

Receives messages from a menu band object.

Remarks

Once you have created the menu band object, pass a pointer to this interface to the menu band object by calling IShellMenu::Initialize. You receive messages from the menu band through the IShellMenuCallback::CallbackSM method.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

IMenuBand

MenuBand