OID_TCP_CONNECTION_OFFLOAD_PARAMETERS
As a query request, overlying drivers can use the OID_TCP_CONNECTION_OFFLOAD_PARAMETERS OID to determine the current connection offload settings of an underlying miniport adapter. NDIS handles this OID query for miniport drivers.
As a set request, NDIS and overlying drivers use the OID_TCP_CONNECTION_OFFLOAD_PARAMETERS OID to set the connection offload configuration parameters of an underlying miniport adapter. Miniport drivers that support connection offload must handle this OID set request. Otherwise, the OID_TCP_CONNECTION_OFFLOAD_PARAMETERS OID is optional for miniport drivers.
Remarks
The InformationBuffer member of the NDIS_OID_REQUEST structure contains an NDIS_TCP_CONNECTION_OFFLOAD_PARAMETERS structure.
Note
Do not confuse OID_TCP_CONNECTION_OFFLOAD_PARAMETERS with the OID_TCP_OFFLOAD_PARAMETERS OID that administrative applications use to enable or disable TCP offload features.
See also
NDIS_OID_REQUEST
OID_TCP_OFFLOAD_PARAMETERS
Requirements
Version: Windows Vista and later Header: Ntddndis.h (include Ndis.h)