NdisGetNextMdl - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

VOID NdisGetNextMdl(
    _CurrentMdl,
    _NextMdl
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (ndisgetnextmdl)

NdisGetNextMdl macro

The NdisGetNextMdl macro retrieves the next MDL in an MDL chain, given a pointer to the current MDL.

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

Target platform Desktop
Version Supported in NDIS 6.0 and later.
Header Ndis.h (include Ndis.h)
IRQL Any level

See also

NdisGetNextBuffer