Edit

PEER_NODE_CHANGE_TYPE enumeration (p2p.h)

The PEER_NODE_CHANGE_TYPE enumeration specifies the types of peer node graph status changes.

Syntax

typedef enum peer_node_change_type_tag {
  PEER_NODE_CHANGE_CONNECTED = 1,
  PEER_NODE_CHANGE_DISCONNECTED = 2,
  PEER_NODE_CHANGE_UPDATED = 3
} PEER_NODE_CHANGE_TYPE;

Constants

 
PEER_NODE_CHANGE_CONNECTED
Value: 1
The peer node has connected to the graph.
PEER_NODE_CHANGE_DISCONNECTED
Value: 2
The peer node has disconnected from the graph.
PEER_NODE_CHANGE_UPDATED
Value: 3
The peer node's status within the graph has changed.

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