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_PROPERTY_FLAGS enumeration specifies properties of a peer graph.
Syntax
typedef enum peer_graph_property_flags_tag {
PEER_GRAPH_PROPERTY_HEARTBEATS = 0x0001,
PEER_GRAPH_PROPERTY_DEFER_EXPIRATION = 0x0002
} PEER_GRAPH_PROPERTY_FLAGS;
Constants
PEER_GRAPH_PROPERTY_HEARTBEATSValue: 0x0001 Reserved. |
PEER_GRAPH_PROPERTY_DEFER_EXPIRATIONValue: 0x0002 Graph records are not expired until the peer connects with a graph. |
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 |