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.
Indicates the nature of the change to an event object.
Syntax
typedef enum __MIDL_IEventObjectChange_0001 {
EOC_NewObject = 0,
EOC_ModifiedObject,
EOC_DeletedObject
} EOC_ChangeType;
Constants
EOC_NewObjectValue: 0 A new object was added. |
EOC_ModifiedObjectAn existing object was modified. |
EOC_DeletedObjectAn existing object was deleted. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | eventsys.h |