다음을 통해 공유


OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES (Compact 2013)

3/26/2014

As a query request, this OID reports the current connection offload hardware capabilities of an underlying miniport adapter. User-mode applications (or possibly overlying drivers) can query this OID to determine the connection offload hardware capabilities of an underlying miniport adapter. A system administrator can use this OID through the Windows Management Instrumentation (WMI) interface.

Remarks

NDIS handles this OID for miniport drivers. Miniport drivers report miniport adapter connection offload hardware capabilites to NDIS. For information about how to pass connection offload hardware capabilites to NDIS from a miniport driver and from NDIS to overlying drivers, see NDIS_TCP_CONNECTION_OFFLOAD.

The InformationBuffer member of the NDIS_OID_REQUEST structure contains an NDIS_TCP_CONNECTION_OFFLOAD structure.

In response to OID_TCP_CONNECTION_OFFLOAD_HARDWARE_CAPABILITIES , the Encapsulation member of NDIS_TCP_CONNECTION_OFFLOAD defines the current packet encapsulation hardware capabilites of the miniport adapter. NDIS provides a bitwise OR of the flags that are provided in the Encapsulation member. The other members of NDIS_TCP_CONNECTION_OFFLOAD contain capabilities for various connection offload services. For more information about encapsulation and other capabilities, see NDIS_TCP_CONNECTION_OFFLOAD and NDIS_OFFLOAD_PARAMETERS.

Requirements

Header

ntddndis.h

See Also

Reference

NDIS TCP/IP Offload OIDs
NDIS_OFFLOAD_PARAMETERS
NDIS_OID_REQUEST
NDIS_TCP_CONNECTION_OFFLOAD