Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This macro retrieves a pointer to the next MDL that is associated with the specified MDL.
Syntax
NDIS_MDL_LINKAGE(_Mdl);
Parameters
- _Mdl
A pointer to an MDL.
Return Value
NDIS_MDL_LINKAGE returns a pointer to an MDL or NULL if there is no next MDL.
Remarks
The NDIS_MDL_LINKAGE macro provides an MDL-based version of the NDIS_BUFFER_LINKAGE function.
Requirements
Header |
ndis.h |