PEER_EVENT_SYNCHRONIZED_DATA structure (p2p.h)

The PEER_EVENT_SYNCHRONIZED_DATA is pointed to by a PEER_GRAPH_EVENT_DATA structure's union if a PEER_GRAPH_EVENT_RECORD_CHANGE or PEER_GROUP_EVENT_RECORD_CHANGE event is triggered. The PEER_EVENT_SYNCHRONIZED_DATA structure indicates the type of record that has been synchronized.

Syntax

typedef struct peer_event_synchronized_data_tag {
  DWORD dwSize;
  GUID  recordType;
} PEER_EVENT_SYNCHRONIZED_DATA, *PPEER_EVENT_SYNCHRONIZED_DATA;

Members

dwSize

Specifies the size of the structure.

recordType

Specifies the type of record that is being synchronized.

Remarks

This event only occurs if an application has specified a record synchronization precedence in a previous call to PeerGraphOpen.

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

See also

PEER_GRAPH_EVENT_DATA