GUID_NDIS_STATUS_PORT_STATE

The GUID_NDIS_STATUS_PORT_STATE event GUID indicates a change in the state of an NDIS port. This WMI GUID is supported in NDIS 6.0 and later versions.

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

When a miniport driver indicates a port state change, NDIS translates the status indication to a WMI GUID_NDIS_STATUS_PORT_STATE event for WMI clients.

The data buffer that NDIS provides with this GUID contains an NDIS_WMI_EVENT_HEADER structure that is followed by an NDIS_PORT_STATE structure.

For more information about the port state, see OID_GEN_PORT_STATE.