MMC_PROPERTY_ACTION enumeration (mmcobj.h)

The MMC_PROPERTY_ACTION enumeration specifies the operations that can occur to a property contained in an MMC_SNAPIN_PROPERTY structure.

Syntax

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

Constants

 
MMC_PROPACT_DELETING
Value: 1
The property is being deleted.
MMC_PROPACT_CHANGING
The property is being modified.
MMC_PROPACT_INITIALIZED
The property is being added.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header mmcobj.h

See also

ISnapinProperties::PropertiesChanged

MMC_SNAPIN_PROPERTY