OID_GEN_PROTOCOL_OPTIONS

As a set, the OID_GEN_PROTOCOL_OPTIONS OID specifies a bitmask that defines optional properties of the protocol driver.

Version Information

Windows Vista and later versions of Windows
Supported.

NDIS 6.0 and later miniport drivers
Not requested. This OID is for protocol drivers.

NDIS 5.1 miniport drivers
Mandatory.

Windows XP
Supported.

NDIS 5.1 miniport drivers
Mandatory.

Remarks

A protocol informs NDIS of its properties, which can optionally take advantage of them. If the protocol driver does not set its flags on a binding, NDIS assumes they are all clear.

The following flags are currently defined:

NDIS_PROT_OPTION_ESTIMATED_LENGTH
Specifies that packets can be indicated at the worst-case estimate of packet size, instead of an exact value, to this protocol.

NDIS_PROT_OPTION_NO_LOOPBACK
Specifies that the protocol does not require loopback support on the binding.

Requirements

Header

Ntddndis.h (include Ndis.h)