次の方法で共有


NDIS_MDL_LINKAGE (Compact 2013)

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

See Also

Reference

NDIS MDL Interface
NDIS_BUFFER_LINKAGE