PEER_RECORD_FLAGS enumeration (p2p.h)

The PEER_RECORD_FLAGS enumeration specifies a set of flags for peer record behaviors.

Syntax

typedef enum peer_record_flags_tag {
  PEER_RECORD_FLAG_AUTOREFRESH = 0x0001,
  PEER_RECORD_FLAG_DELETED = 0x0002
} PEER_RECORD_FLAGS;

Constants

 
PEER_RECORD_FLAG_AUTOREFRESH
Value: 0x0001
The peer record must be automatically refreshed any time an event for the record is raised.
PEER_RECORD_FLAG_DELETED
Value: 0x0002
The peer record is marked for deletion but has not yet been physically removed from the local computer.

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