PEER_CHANGE_TYPE enumeration (p2p.h)

The PEER_CHANGE_TYPE enumeration defines the set of changes that were performed on a peer object, endpoint, or application in a peer event. It is used to qualify the peer event associated with the change type.

Syntax

typedef enum peer_change_type_tag {
  PEER_CHANGE_ADDED = 0,
  PEER_CHANGE_DELETED = 1,
  PEER_CHANGE_UPDATED = 2
} PEER_CHANGE_TYPE;

Constants

 
PEER_CHANGE_ADDED
Value: 0
The peer object, endpoint, or application has been added.
PEER_CHANGE_DELETED
Value: 1
The peer object, endpoint, or application has been deleted.
PEER_CHANGE_UPDATED
Value: 2
The peer object, endpoint, or application has been updated with new information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header p2p.h

See also

Collaboration API Enumerations