Partager via


Méthode IComponent ::Notify (mmc.h)

La méthode IComponent ::Notify avertit le composant logiciel enfichable des actions effectuées par l’utilisateur.

Syntaxe

HRESULT Notify(
  [in] LPDATAOBJECT    lpDataObject,
  [in] MMC_NOTIFY_TYPE event,
       LPARAM          arg,
       LPARAM          param
);

Paramètres

[in] lpDataObject

Pointeur vers l’objet de données de l’élément actuellement sélectionné.

[in] event

Identifie une action effectuée par un utilisateur. IComponent ::Notify peut recevoir les notifications suivantes :

MMCN_ACTIVATE

MMCN_ADD_IMAGES

MMCN_BTN_CLICK

MMCN_COLUMN_CLICK

MMCN_COLUMNS_CHANGED

MMCN_CONTEXTHELP

MMCN_DBLCLICK

MMCN_DELETE

MMCN_DESELECT_ALL

MMCN_FILTERBTN_CLICK

MMCN_FILTER_CHANGE

MMCN_INITOCX

MMCN_LISTPAD

MMCN_MINIMIZED

MMCN_PASTE

MMCN_PRINT

MMCN_PROPERTY_CHANGE

MMCN_QUERY_PASTE

MMCN_REFRESH

MMCN_RENAME

MMCN_RESTORE_VIEW

MMCN_SELECT

MMCN_SHOW

MMCN_SNAPINHELP

MMCN_VIEW_CHANGE

arg

Dépend du type de notification.

param

Dépend du type de notification.

Valeur retournée

Cette méthode peut retourner l’une de ces valeurs.

Remarques

Pour plus d’informations, consultez les notifications individuelles. Le composant logiciel enfichable doit retourner S_FALSE pour toute notification qu’il ne gère pas.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista
Serveur minimal pris en charge Windows Server 2008
Plateforme cible Windows
En-tête mmc.h

Voir aussi

IComponent

IComponentData

IConsole2

IExtendControlbar ::ControlbarNotify