PEER_GROUP_PROPERTY_FLAGS enumeration (p2p.h)

The PEER_GROUP_PROPERTY_FLAGS flags are used to specify various peer group membership settings.

Syntax

typedef enum peer_group_property_flags_tag {
  PEER_MEMBER_DATA_OPTIONAL = 0x0001,
  PEER_DISABLE_PRESENCE = 0x0002,
  PEER_DEFER_EXPIRATION = 0x0004
} PEER_GROUP_PROPERTY_FLAGS;

Constants

 
PEER_MEMBER_DATA_OPTIONAL
Value: 0x0001
A peer's member data (PEER_MEMBER) is only published when an action if performed, such as publishing a record or issuing a GMC. If the peer has not performed one of these actions, the membership data will not be available.
PEER_DISABLE_PRESENCE
Value: 0x0002
The peer presence system is prevented from automatically publishing presence information.
PEER_DEFER_EXPIRATION
Value: 0x0004
Group records are not expired until the peer connects with a group.

Remarks

These flags can only be set by the peer group creator.

Requirements

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

See also

PEER_MEMBER