DRT_SCOPE enumeration (drt.h)
The DRT_SCOPE enumeration defines the set of IPv6 scopes in which DRT operates while using the IPv6 UDP transport created by DrtCreateIpv6UdpTransport.
Syntax
typedef enum drt_scope_tag {
DRT_GLOBAL_SCOPE = 1,
DRT_SITE_LOCAL_SCOPE = 2,
DRT_LINK_LOCAL_SCOPE = 3
} DRT_SCOPE;
Constants
DRT_GLOBAL_SCOPE Value: 1 Uses the global scope. |
DRT_SITE_LOCAL_SCOPE Value: 2 The DRT_SITE_LOCAL_SCOPE has been deprecated and should not be used. |
DRT_LINK_LOCAL_SCOPE Value: 3 Uses the link local scope. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 Professional [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | drt.h |