This topic has not yet been rated - Rate this topic

DRT_LEAFSET_KEY_CHANGE_TYPE enumeration

Applies to: desktop apps only

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: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ