PEER_RECORD_CHANGE_TYPE_TAG (Windows CE 5.0)
The PEER_RECORD_CHANGE_TYPE enumeration specifies the changes that can occur for a record.
typedef enum peer_record_change_type_tag{ PEER_RECORD_ADDED, PEER_RECORD_UPDATED, PEER_RECORD_DELETED, PEER_RECORD_EXPIRED} PEER_RECORD_CHANGE_TYPE;
Return Values
- PEER_RECORD_ADDED
Indicates that the specified record was added to the peer-to-peer graph or group. - PEER_RECORD_UPDATED
Indicates that the specified record was updated in the peer-to-peer graph or group. - PEER_RECORD_DELETED
Indicates that the specified record was deleted from the peer-to-peer graph or group. - PEER_RECORD_EXPIRED
Indicates that the specified record has expired and was removed from the peer-to-peer graph or group.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: p2p.h.
Link Library: p2p.lib.
See Also
Peer-to-Peer Common Enumerations
Send Feedback on this topic to the authors