NDIS_STATUS_OPER_STATUS

The NDIS_STATUS_OPER_STATUS status indicates the current operational state of an NDIS network interface to overlying drivers.

Remarks

NDIS generates this status indication; NDIS miniport drivers should not generate this status indication.

NDIS supplies an NDIS_OPER_STATE structure in the StatusBuffer member of the NDIS_STATUS_INDICATION structure.

The StatusBufferSize member of the NDIS_STATUS_INDICATION structure is set to sizeof(NDIS_OPER_STATE).

Requirements

Version

Supported in NDIS 6.0 and later.

Header

Ndis.h (include Ndis.h)

See also

NDIS_OPER_STATE

NDIS_STATUS_INDICATION