NDIS_STATUS_PORT_STATE

Miniport drivers that support NDIS ports use the NDIS_STATUS_PORT_STATE status indication to indicate changes in the state of an NDIS port.

Remarks

Miniport drivers must set the port number in the PortNumber member of the NDIS_STATUS_INDICATION structure. The StatusBuffer member of this structure contains a pointer to an NDIS_PORT_STATE structure.

Requirements

Version

Supported in NDIS 6.0 and later.

Header

Ndis.h (include Ndis.h)

See also

NDIS_PORT_STATE

NDIS_STATUS_INDICATION