NDIS_STATUS_HD_SPLIT_CURRENT_CONFIG

Miniport drivers use the NDIS_STATUS_HD_SPLIT_CURRENT_CONFIG status indication to notify NDIS and overlying drivers that there has been a change in the header-data split configuration of a miniport adapter.

Remarks

When a miniport driver receives an OID_GEN_HD_SPLIT_PARAMETERS set request, the driver must use the contents of the NDIS_HD_SPLIT_PARAMETERS structure to update the current configuration of the miniport adapter. After the update, the miniport driver must report the changes with the NDIS_STATUS_HD_SPLIT_CURRENT_CONFIG status indication. The status indication ensures that all of the overlying drivers are updated with the new information.

The StatusBuffer member of the NDIS_STATUS_INDICATION structure contains an NDIS_HD_SPLIT_CURRENT_CONFIG structure. This structure specifies the current header-data split configuration of a miniport adapter.

Requirements

Version

Supported in NDIS 6.1 and later.

Header

Ndis.h (include Ndis.h)

See also

NDIS_HD_SPLIT_CURRENT_CONFIG

NDIS_STATUS_HD_SPLIT_CURRENT_CONFIG

NDIS_STATUS_INDICATION

OID_GEN_HD_SPLIT_PARAMETERS