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_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_CONNECTEDValue: 1 The peer node has connected to the graph. |
PEER_NODE_CHANGE_DISCONNECTEDValue: 2 The peer node has disconnected from the graph. |
PEER_NODE_CHANGE_UPDATEDValue: 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 |