OUIHeader (IHV) 元素
OUIHeader (IHV) 元素會識別 IHV。
Windows XP with SP3 和 Wireless LAN API for Windows XP with SP2: 不支援這個專案。
<xs:element name="OUIHeader">
<xs:complexType>
<xs:sequence>
<xs:element name="OUI">
<xs:simpleType>
<xs:restriction base="xs:hexBinary">
<xs:length value="3">
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="type">
<xs:simpleType>
<xs:restriction base="xs:hexBinary">
<xs:length value="1">
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
父元素
子元素
元素 | 類型 | 描述 |
---|---|---|
OUI | 包含識別 IHV 的 3 位元組十六進位。 | |
類型 | 包含 1 位元組十六進位Binary,用來區分相同 IHV 的 NIC。 |
OUI
包含識別 IHV 的 3 位元組十六進位。
Windows XP with SP3 和 Wireless LAN API for Windows XP with SP2: 不支援這個專案。
類型
包含 1 位元組十六進位,用來區分相同 IHV 所建立的 NIC。
Windows XP with SP3 和 Wireless LAN API for Windows XP with SP2: 不支援這個專案。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |