Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PEER_GRAPH_STATUS_FLAGS enumeration is a set of flags that show the current status of a node within the peer graph.
Syntax
typedef enum peer_graph_status_flags_tag {
PEER_GRAPH_STATUS_LISTENING = 0x0001,
PEER_GRAPH_STATUS_HAS_CONNECTIONS = 0x0002,
PEER_GRAPH_STATUS_SYNCHRONIZED = 0x0004
} PEER_GRAPH_STATUS_FLAGS;
Constants
PEER_GRAPH_STATUS_LISTENINGValue: 0x0001 Specifies whether or not the node is listening for connections. |
PEER_GRAPH_STATUS_HAS_CONNECTIONSValue: 0x0002 Specifies whether or not the node has connections to other nodes. |
PEER_GRAPH_STATUS_SYNCHRONIZEDValue: 0x0004 Specifies whether or not the node's database is synchronized. |
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 |