Méthode ICommDlgBrowser3 ::OnColumnClicked (shobjidl.h)
Appelé après un clic sur une colonne spécifiée dans l’interface IShellView .
Syntaxe
HRESULT OnColumnClicked(
[in] IShellView *ppshv,
[in] int iColumn
);
Paramètres
[in] ppshv
Type : IShellView*
Pointeur vers l’interface IShellView de la vue hébergée.
[in] iColumn
Type : int
Index de la colonne cliquée.
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 Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl.h |