Graphing API Structures
The Graphing API uses the following structures:
Structure | Description |
---|---|
PEER_EVENT_NODE_CHANGE_DATA | Contains a pointer to the data if a PEER_GRAPH_EVENT_NODE_CHANGE event is triggered. |
PEER_EVENT_SYNCHRONIZED_DATA | Indicates the type of record that has been synchronized. |
PEER_GRAPH_EVENT_DATA | Contains data associated with a peer event. |
PEER_GRAPH_EVENT_REGISTRATION | Specifies which peer events an application requires notifications for. |
PEER_GRAPH_PROPERTIES | Contains data about the policy of a peer graph, ID, scope, and other information. |
PEER_NODE_INFO | Contains information that is specific to a particular node in a peer graph. |
PEER_SECURITY_INTERFACE | Specifies the security interfaces that calls to Peer Graphing APIs use to validate, secure, and free records. |