// ndis.h
PVOID NDIS_MDL_LINKAGE(
PMDL _Mdl
);
View the official Windows hardware development documentationNo description available.
The NDIS_MDL_LINKAGE macro retrieves a pointer to the next MDL that is associated with the specified MDL.
_Mdl A pointer to an MDL.
NDIS_MDL_LINKAGE returns a pointer to an MDL or NULL if there is no next MDL.
The NDIS_MDL_LINKAGE macro provides an MDL-based version of the NDIS_BUFFER_LINKAGE function.
| Target platform | Desktop |
| Version | Supported in NDIS 6.0 and later. |
| Header | Ndis.h (include Ndis.h) |
| IRQL | Any level |