PEER_EVENT_RECORD_CHANGE_DATA structure (p2p.h)

The PEER_GROUP_EVENT_DATA structure points to the PEER_EVENT_RECORD_CHANGE_DATA structure if one of the following peer events is triggered:

  • PEER_GRAPH_EVENT_RECORD_CHANGE
  • PEER_GROUP_EVENT_RECORD_CHANGE
The PEER_EVENT_RECORD_CHANGE_DATA structure contains updated information that an application requests for data changes to a record or record type.

Syntax

typedef struct peer_event_record_change_data_tag {
  DWORD                   dwSize;
  PEER_RECORD_CHANGE_TYPE changeType;
  GUID                    recordId;
  GUID                    recordType;
} PEER_EVENT_RECORD_CHANGE_DATA, *PPEER_EVENT_RECORD_CHANGE_DATA;

Members

dwSize

Specifies the size of a structure.

changeType

Specifies the type of change to a record or record type.

recordId

Specifies the unique ID of a changed record.

recordType

Specifies the unique record type of a changed record.

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

PEER_GROUP_EVENT_DATA

PEER_RECORD_CHANGE_TYPE