enumerazione DRT_SCOPE (drt.h)
L'enumerazione DRT_SCOPE definisce il set di ambiti IPv6 in cui DRT opera durante l'uso del trasporto UDP IPv6 creato da DrtCreateIpv6UdpTransport.
Sintassi
typedef enum drt_scope_tag {
DRT_GLOBAL_SCOPE = 1,
DRT_SITE_LOCAL_SCOPE = 2,
DRT_LINK_LOCAL_SCOPE = 3
} DRT_SCOPE;
Costanti
DRT_GLOBAL_SCOPE Valore: 1 Usa l'ambito globale. |
DRT_SITE_LOCAL_SCOPE Valore: 2 La DRT_SITE_LOCAL_SCOPE è stata deprecata e non deve essere usata. |
DRT_LINK_LOCAL_SCOPE Valore: 3 Usa l'ambito locale del collegamento. |
Requisiti
Client minimo supportato | Windows 7 Professional [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | drt.h |