Condividi tramite


struttura PEER_EVENT_ENDPOINT_CHANGED_DATA (p2p.h)

La struttura PEER_EVENT_ENDPOINT_CHANGED_DATA contiene informazioni restituite quando viene generato un evento PEER_EVENT_ENDPOINT_CHANGED o PEER_EVENT_MY_ENDPOINT_CHANGED su un peer che partecipa a una rete di collaborazione peer.

Sintassi

typedef struct peer_event_endpoint_changed_data_tag {
  PPEER_CONTACT  pContact;
  PPEER_ENDPOINT pEndpoint;
} PEER_EVENT_ENDPOINT_CHANGED_DATA, *PPEER_EVENT_ENDPOINT_CHANGED_DATA;

Members

pContact

Puntatore a una struttura di PEER_CONTACT che contiene le informazioni di contatto per il contatto che ha modificato gli endpoint.

pEndpoint

Puntatore a una struttura PEER_ENDPOINT che contiene il nuovo endpoint attivo per il peer specificato in pContact.

Commenti

Questo evento viene generato quando vengono modificate le informazioni sull'endpoint. Ad esempio, il nome dell'endpoint nella struttura PEER_ENDPOINT viene modificato usando PeerCollabSetEndpointName.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Nessuno supportato
Intestazione p2p.h

Vedi anche

PEER_CONTACT

PEER_ENDPOINT

Strutture dell'API di collaborazione peer