NDIS_STATUS_MEDIA_SPECIFIC_INDICATION (Compact 7)
3/12/2014
This 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
Header |
ndis.h |
See Also
Reference
NDIS General Status Indications
NDIS_STATUS_INDICATION
NdisMIndicateStatusEx