Méthode IShellMenu ::SetMenuToolbar (shobjidl_core.h)
Ajoute un menu au menuband.
Syntaxe
HRESULT SetMenuToolbar(
[in] IUnknown *punk,
[in] DWORD dwFlags
);
Paramètres
[in] punk
Type : IUnknown*
Pointeur vers un objet qui prend en charge CLSID_MenuToolbarBase dans sa méthode QueryInterface .
[in] dwFlags
Type : DWORD
Indicateurs qui contrôlent le fonctionnement du menu.
SMSET_TOP
Placez cet espace de noms en haut du menu.
SMSET_BOTTOM
Placez cet espace de noms en bas du menu.
SMSET_DONTOWN
Le menuband ne possède pas l’objet non comptabilisé par références.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP avec SP2 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl_core.h (incluez Shobjidl.h) |
DLL | Shell32.dll |