DRT_LEAFSET_KEY_CHANGE_TYPE Enumeration

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 clientWindows 7 Professional
Minimum supported serverWindows Server 2008 R2
HeaderDrt.h

See Also

DrtOpen
DrtGetEventData

Send comments about this topic to Microsoft

Build date: 10/8/2009

Tags :


Page view tracker