Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_DELETINGValue: 1 The property is being deleted. |
MMC_PROPACT_CHANGINGThe property is being modified. |
MMC_PROPACT_INITIALIZEDThe property is being added. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | mmcobj.h |