IShellMenuCallback interface
A callback interface that exposes a method that receives messages from a menu band.
Members
The IShellMenuCallback interface inherits from the IUnknown interface. IShellMenuCallback also has these types of members:
Methods
The IShellMenuCallback interface has these methods.
| Method | Description |
|---|---|
| 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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: