Partager via


NdisGetMdlPhysicalArraySize macro

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

Syntax

VOID NdisGetMdlPhysicalArraySize(
    _Mdl,
    _ArraySize
);

Parameters

_Mdl
Pointeur vers un MDL.

_ArraySize
Pointeur vers une variable fournie par l’appelant dans laquelle cette macro retourne le nombre de blocs de mémoire physique déconnectés associés au MDL spécifié.

Return value

None

Remarks

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

Requirements

Target platform

Desktop

Version

Prise en charge dans NDIS 6.0 et versions ultérieures.

Header

Ndis.h (include Ndis.h)

IRQL

<= DISPATCH_LEVEL

Règles de conformité DDI

Irql_NetBuffer_Function

See also

NdisGetBufferPhysicalArraySize