enumerazione PEER_PUBLICATION_SCOPE (p2p.h)
L'enumerazione PEER_PUBLICATION_SCOPE definisce il set di ambiti per la pubblicazione di oggetti o dati peer.
Sintassi
typedef enum peer_publication_scope_tag {
PEER_PUBLICATION_SCOPE_NONE = 0x0,
PEER_PUBLICATION_SCOPE_NEAR_ME = 0x1,
PEER_PUBLICATION_SCOPE_INTERNET = 0x2,
PEER_PUBLICATION_SCOPE_ALL
} PEER_PUBLICATION_SCOPE;
Costanti
PEER_PUBLICATION_SCOPE_NONE Valore: 0x0 Nessun ambito è impostato per la pubblicazione di questi dati. |
PEER_PUBLICATION_SCOPE_NEAR_ME Valore: 0x1 I dati sono pubblicati nei peer nella stessa subnet logica o virtuale. |
PEER_PUBLICATION_SCOPE_INTERNET Valore: 0x2 I dati sono pubblicati nei peer su Internet. |
PEER_PUBLICATION_SCOPE_ALL I dati vengono pubblicati in tutti i peer. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Nessuno supportato |
Intestazione | p2p.h |