Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.38 KB

nn-shobjidl_core-ishellmenucallback.md

File metadata and controls

69 lines (56 loc) · 2.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:shobjidl_core.IShellMenuCallback
IShellMenuCallback (shobjidl_core.h)
A callback interface that exposes a method that receives messages from a menu band.
IShellMenuCallback
IShellMenuCallback interface [Windows Shell]
IShellMenuCallback interface [Windows Shell]
described
_win32_IShellMenuCallback
shell.IShellMenuCallback
shobjidl_core/IShellMenuCallback
shell\IShellMenuCallback.htm
shell
96bfdc52-bd4a-4345-8dd1-7e716a3d9811
12/05/2018
IShellMenuCallback, IShellMenuCallback interface [Windows Shell], IShellMenuCallback interface [Windows Shell],described, _win32_IShellMenuCallback, shell.IShellMenuCallback, shobjidl_core/IShellMenuCallback
shobjidl_core.h
Shobjidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Shobjidl.idl
Shell32.dll (version 5.0 or later)
Windows
19H1
IShellMenuCallback
shobjidl_core/IShellMenuCallback
c++
APIRef
kbSyntax
COM
Shell32.dll
IShellMenuCallback

IShellMenuCallback interface

-description

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:

-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.

-see-also

IMenuBand

MenuBand