OID_GEN_PROTOCOL_OPTIONS (Windows CE 5.0)
OID_GEN_PROTOCOL_OPTIONS specifies a bitmask that defines optional properties of the protocol driver. If the protocol driver does not set its flags on a binding, NDIS assumes they are all clear.
The following table shows currently defined flags.
Flag | Description |
---|---|
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.
See Also
MiniportQueryInformation | NDIS_REQUEST
Send Feedback on this topic to the authors