PEER_RECORD_CHANGE_TYPE enumeration (p2p.h)

The PEER_RECORD_CHANGE_TYPE enumeration specifies the changes that can occur to a record.

Syntax

typedef enum peer_record_change_type_tag {
  PEER_RECORD_ADDED = 1,
  PEER_RECORD_UPDATED = 2,
  PEER_RECORD_DELETED = 3,
  PEER_RECORD_EXPIRED = 4
} PEER_RECORD_CHANGE_TYPE;

Constants

 
PEER_RECORD_ADDED
Value: 1
Indicates that the specified record is added to the peer graph or group.
PEER_RECORD_UPDATED
Value: 2
Indicates that the specified record is updated in the peer graph or group.
PEER_RECORD_DELETED
Value: 3
Indicates that the specified record is deleted from the peer graph or group.
PEER_RECORD_EXPIRED
Value: 4
Indicates that the specified record is expired and removed from the peer graph or group.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2 [desktop apps only],Windows XP with SP1 with the Advanced Networking Pack forWindows XP
Minimum supported server None supported
Header p2p.h

See also

PEER_EVENT_RECORD_CHANGE_DATA

PFNPEER_SECURE_RECORD

PFNPEER_VALIDATE_RECORD