NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO (Compact 2013)
3/26/2014
This 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.
Syntax
NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO(_NBL, _MediaSpecificInfo)
Parameters
- _NBL
A pointer to a NET_BUFFER_LIST structure.
- _MediaSpecificInfo
A pointer to an NDIS_NBL_MEDIA_SPECIFIC_INFORMATION structure to add to the linked list.
Return Value
None.
Remarks
Any NDIS driver can use NDIS_NBL_ADD_MEDIA_SPECIFIC_INFO to add media-specific information to a NET_BUFFER_LIST structure.
Requirements
Header |
ndis.h |
See Also
Reference
NET_BUFFER_LIST Structure Macros
NDIS_NBL_MEDIA_SPECIFIC_INFORMATION
NET_BUFFER_LIST