次の方法で共有


NdisGetMdlPhysicalArraySize (Compact 2013)

3/26/2014

This macro retrieves the number of disconnected physical memory blocks that are associated with an MDL.

Syntax

NdisGetMdlPhysicalArraySize(_Mdl, _ArraySize);

Parameters

  • _Mdl
    A pointer to an MDL.
  • _ArraySize
    A pointer to a caller-supplied variable in which this macro returns the number of disconnected physical memory blocks that are associated with the specified MDL.

Return Value

None

Remarks

The NdisGetMdlPhysicalArraySize macro provides an MDL-based version of the NdisGetBufferPhysicalArraySize function.

Requirements

Header

ndis.h

See Also

Reference

NDIS MDL Interface