PEER_MEMBER_FLAGS enumeration (p2p.h)

The PEER_MEMBER_FLAGS flag allows an application to specify whether all members or only present ones should be enumerated when the PeerGroupEnumMembers function is called, or to indicate whether or not a member is present within the peer group.

Syntax

typedef enum peer_member_flags_tag {
  PEER_MEMBER_PRESENT = 0x0001
} PEER_MEMBER_FLAGS;

Constants

 
PEER_MEMBER_PRESENT
Value: 0x0001
The member is present in the peer group.

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

PeerGroupEnumMembers