Méthode INewMenuClient::SelectAndEditItem (shobjidl_core.h)
Sélectionne ou modifie l’élément spécifié dans le menu.
Syntaxe
HRESULT SelectAndEditItem(
[in] PCIDLIST_ABSOLUTE pidlItem,
[in] NMCSAEI_FLAGS flags
);
Paramètres
[in] pidlItem
Type : PCIDLIST_ABSOLUTE
[in] flags
Type : NMCSAEI_FLAGS
NMCSAEI_SELECT (0x0000)
0x0000. Sélectionnez l’élément.
NMCSAEI_EDIT (0x0001)
0x0001. Modifiez l’élément.
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
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl_core.h (inclure Shobjidl.h) |