OID_WAN_HEADER_FORMAT (Windows Embedded CE 6.0)
1/6/2010
This object requests the miniport driver to return or to set the address-header format used, as either of the following system-defined values:
Address header | Description |
---|---|
NdisWanHeaderEthernet |
Selects Ethernet-emulation format. |
NdisWanHeaderNative |
Selects the format native to the NdisWanMediumXXX subtype supported by the underlying driver. NDISWAN always uses Ethernet. |
For a query, the miniport driver returns a list of the address formats that the NIC driver supports. For a set, the miniport driver subsequently uses the given type to format headers for this binding.
If an underlying NDIS driver does not support a header format that a protocol recognizes, that protocol's attempt to bind to the underlying driver fails. A NIC driver is not required to support both address types of header format but should if it can.
Requirements
Header | ntddndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDISWAN Object Identifiers
MiniportQueryInformation
MiniportReset
MiniportSetInformation
NdisOpenAdapter
NDIS_PACKET
NdisRequest
NDIS_REQUEST