PEER_GROUP_STATUS enumeration (p2p.h)
The PEER_GROUP_STATUS flags indicate whether or not the peer group has connections present.
Syntax
typedef enum peer_group_status_tag {
PEER_GROUP_STATUS_LISTENING = 0x0001,
PEER_GROUP_STATUS_HAS_CONNECTIONS = 0x0002
} PEER_GROUP_STATUS;
Constants
PEER_GROUP_STATUS_LISTENING Value: 0x0001 The peer group is awaiting new connections. |
PEER_GROUP_STATUS_HAS_CONNECTIONS Value: 0x0002 The peer group has at least one connection. |
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 |