Partager via


énumération MMC_PROPERTY_ACTION (mmcobj.h)

L’énumération MMC_PROPERTY_ACTION spécifie les opérations qui peuvent se produire sur une propriété contenue dans une structure MMC_SNAPIN_PROPERTY.

Syntax

typedef enum _MMC_PROPERTY_ACTION {
  MMC_PROPACT_DELETING = 1,
  MMC_PROPACT_CHANGING,
  MMC_PROPACT_INITIALIZED
} MMC_PROPERTY_ACTION;

Constantes

 
MMC_PROPACT_DELETING
Valeur : 1
La propriété est en cours de suppression.
MMC_PROPACT_CHANGING
La propriété est en cours de modification.
MMC_PROPACT_INITIALIZED
La propriété est en cours d’ajout.

Spécifications

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

Voir aussi

ISnapinProperties::P ropertiesChanged

MMC_SNAPIN_PROPERTY