NL_SUFFIX_ORIGIN列舉 (nldef.h)
IP_SUFFIX_ORIGIN 列舉會指定 IPv4 或 IPv6 位址後綴的來源,並搭配 IP_ADAPTER_UNICAST_ADDRESS 結構使用。
Syntax
typedef enum {
NlsoOther = 0,
NlsoManual,
NlsoWellKnown,
NlsoDhcp,
NlsoLinkLayerAddress,
NlsoRandom,
IpSuffixOriginOther = 0,
IpSuffixOriginManual,
IpSuffixOriginWellKnown,
IpSuffixOriginDhcp,
IpSuffixOriginLinkLayerAddress,
IpSuffixOriginRandom,
IpSuffixOriginUnchanged = 1 << 4
} NL_SUFFIX_ORIGIN;
常數
NlsoOther 值: 0 |
NlsoManual |
NlsoWellKnown |
NlsoDhcp |
NlsoLinkLayerAddress |
NlsoRandom |
IpSuffixOriginOther 值: 0 IP 位址後綴是由這個列舉中定義的來源所提供。 |
IpSuffixOriginManual 已手動指定IP位址後綴。 |
IpSuffixOriginWellKnown IP 位址後綴來自已知的來源。 |
IpSuffixOriginDhcp IP 位址後綴是由 DHCP 設定所提供。 |
IpSuffixOriginLinkLayerAddress IP 位址後綴是從連結層位址取得。 |
IpSuffixOriginRandom IP 位址後綴是從隨機來源取得。 |
IpSuffixOriginUnchanged 值: 1 IP 位址後綴應該保持不變。 當IP後綴來源的值應該保持不變時,設定單播IP介面的屬性時,就會使用這個值。 注意 此列舉值僅適用於 Windows Vista 和更新版本。 |
備註
IP_SUFFIX_ORIGIN列舉用於IP_ADAPTER_UNICAST_ADDRESS 結構的 SuffixOrigin 成員中。
在針對 Windows Vista 和更新版本發行的 Microsoft Windows 軟體開發套件 (SDK) 上,頭檔的組織已變更,而且IP_SUFFIX_ORIGIN列舉定義於 Iptypes.h 頭文件自動包含的 Nldef.h 頭檔中。 若要使用 IP_SUFFIX_ORIGIN 列舉,必須在 Iptypes.h 頭檔之前包含 Winsock2.h 頭檔。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
標頭 | nldef.h (包含 iphlpapi.h on Windows 8、Windows Server 2008 R2、Windows 7、Windows Server 2008 Windows Vista) |