NDIS_STATUS_MEDIA_SPECIFIC_INDICATION

The NDIS_STATUS_MEDIA_SPECIFIC_INDICATION status indicates a media-specific status.

Remarks

Miniport drivers make media-specific status indications by calling the NdisMIndicateStatusEx function with the StatusCode member of the NDIS_STATUS_INDICATION structure set to NDIS_STATUS_MEDIA_SPECIFIC_INDICATION. The StatusBuffer member of this structure points to a driver-allocated buffer. The buffer contains data in a format that is specific to the status indication that is identified in the StatusCode member.

Requirements

Version

Supported for NDIS 6.0 and NDIS 5.1 drivers in Windows Vista. Supported for NDIS 5.1 drivers in Windows XP.

Header

Ndis.h (include Ndis.h)

See also

NDIS_STATUS_INDICATION

NdisMIndicateStatusEx