Partager via


ISnapinProperties::P ropertiesChanged, méthode (mmcobj.h)

La méthode PropertiesChanged est appelée lorsqu’une propriété est ajoutée, modifiée ou supprimée. Un composant logiciel enfichable peut rejeter la modification ou la suppression en retournant E_FAIL.

Syntaxe

HRESULT PropertiesChanged(
  [in] long                cProperties,
  [in] MMC_SNAPIN_PROPERTY *pProperties
);

Paramètres

[in] cProperties

Nombre de structures MMC_SNAPIN_PROPERTY fournies par pProperties.

[in] pProperties

Tableau de structures MMC_SNAPIN_PROPERTY .

Valeur retournée

En cas de réussite, la valeur de retour est S_OK ; Un composant logiciel enfichable peut empêcher une modification ou une suppression en retournant E_FAIL.

Spécifications

   
Client minimal pris en charge Windows Vista
Serveur minimal pris en charge Windows Server 2008
Plateforme cible Windows
En-tête mmcobj.h

Voir aussi

MMC_PROPERTY_ACTION

MMC_SNAPIN_PROPERTY