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_ADDEDValue: 1 Indicates that the specified record is added to the peer graph or group. |
PEER_RECORD_UPDATEDValue: 2 Indicates that the specified record is updated in the peer graph or group. |
PEER_RECORD_DELETEDValue: 3 Indicates that the specified record is deleted from the peer graph or group. |
PEER_RECORD_EXPIREDValue: 4 Indicates that the specified record is expired and removed from the peer graph or group. |
Requirements
| 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 |