NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO_EX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

void NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO_EX(
  _NBL,
  _MediaSpecificInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndis_nbl_add_media_specific_info_ex)

NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO_EX macro

Description

The NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO_EX macro adds a media-specific information data structure to the beginning of a linked list of such structures that are associated with a NET_BUFFER_LIST structure.

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

_MediaSpecificInfo

A pointer to an NDIS_NBL_MEDIA_SPECIFIC_INFORMATION_EX structure to add to the linked list.

Remarks

Any NDIS 6.20 or later driver can use NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO_EX to add media-specific information to a NET_BUFFER_LIST structure.

See also

NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO

NDIS_NBL_MEDIA_SPECIFIC_INFORMATION_EX

NET_BUFFER_LIST