What is the equivalent of NDIS_GET_PACKET_MEDIA_SPECIFIC_INFO in NDIS 6.0

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

can anyone help me in finding out the equivalent function of
NDIS_GET_PACKET_MEDIA_SPECIFIC_INFO for NDIS 6.0.

I need to get the MediaSpecificInformation from the NET_BUFFER_LIST.
i was using

NET_BUFFER_LIST_INFO(pNetBufferList ,MediaSpecificInformation);

but unfortunately it returns NULL.
can anyone help me in this regards,

Thanks and Regards,
Neo

.