NdisGetNextMdl (Compact 2013)
3/26/2014
This macro retrieves the next MDL in an MDL chain, given a pointer to the current MDL.
Syntax
NdisGetNextMdl(_CurrentMdl, _NextMdl);
Parameters
- _CurrentMdl
A pointer to the specified current MDL.
- _NextMdl
A pointer to a caller-supplied variable in which this macro returns a pointer to the next MDL in the MDL chain, if any, that follows the MDL at _CurrentMdl.
Return Value
None
Remarks
The NdisGetNextMdl macro provides an MDL-based version of the NdisGetNextBuffer function.
Requirements
Header |
ndis.h |