The DRT_LEAFSET_KEY_CHANGE_TYPE enumeration defines the set of changes that can occur on nodes in the leaf set of a locally registered key.
Syntax
typedef enum {
DRT_LEAFSET_KEY_ADDED = 0,
DRT_LEAFSET_KEY_DELETED = 1
} DRT_LEAFSET_KEY_CHANGE_TYPE;
Constants
- DRT_LEAFSET_KEY_ADDED
A node was added to the DRT leaf set of the local node.
- DRT_LEAFSET_KEY_DELETED
A node was deleted from the DRT leaf set of the local node.
Remarks
This enumeration is used to determine the event type returned by DrtGetEventData, which is called with the event handle passed to DrtOpen.
Requirements
| Minimum supported client | Windows 7 Professional |
| Minimum supported server | Windows Server 2008 R2 |
| Header | Drt.h |
See Also
- DrtOpen
- DrtGetEventData
Send comments about this topic to Microsoft
Build date: 11/19/2009