// ndis.h
void NDIS_NBL_REMOVE_MEDIA_SPECIFIC_INFO(
_NBL,
_MediaSpecificInfo
);
View the official Windows Driver Kit DDI referenceNo description available.
[!IMPORTANT] This macro is supported in NDIS 6.0 and 6.1. For NDIS 6.20 and later, use NDIS_NBL_REMOVE_MEDIA_SPECIFIC_INFO_EX.
The NDIS_NBL_REMOVE_MEDIA_SPECIFIC_INFO macro removes a media-specific information data structure from a linked list of such structures that are associated with a NET_BUFFER_LIST structure.
_NBLA pointer to a NET_BUFFER_LIST structure.
_MediaSpecificInfoA pointer to an NDIS_NBL_MEDIA_SPECIFIC_INFORMATION structure that has a Tag member matching the Tag member of the information structure that should be removed.
Any NDIS 6.0 or 6.1 driver can use NDIS_NBL_REMOVE_MEDIA_SPECIFIC_INFO to remove an NDIS_NBL_MEDIA_SPECIFIC_INFORMATION structure from a list of media-specific information. To specify the type information to remove, specify an NDIS_NBL_MEDIA_SPECIFIC_INFORMATION structure with a matching Tag member in the _MediaSpecificInfo parameter.
NDIS_NBL_REMOVE_MEDIA_SPECIFIC_INFO_EX
NDIS_NBL_MEDIA_SPECIFIC_INFORMATION