Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This enumeration is used with the IP_ADAPTER_ADDRESSESstructure to identify scope levels for IPv6 addresses.
Syntax
typedef enum { ScopeLevelInterface = 1, ScopeLevelLink = 2, ScopeLevelSubnet = 3, ScopeLevelAdmin = 4, ScopeLevelSite = 5, ScopeLevelOrganization = 8, ScopeLevelGlobal = 14 } SCOPE_LEVEL; |
Elements
- ScopeLevelInterface
-
The scope is interface-level.
- ScopeLevelLink
-
The scope is link-level.
- ScopeLevelSubnet
-
The scope is subnet-level.
- ScopeLevelAdmin
-
The scope is admin-level.
- ScopeLevelSite
-
The scope is site-level.
- ScopeLevelOrganization
-
The scope is organization-level.
- ScopeLevelGlobal
-
The scope is global.
Remarks
This enumeration is used in the ZoneIndicesmember of the IP_ADAPTER_ADDRESSESstructure.
Requirements
Header | iptypes.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |