Compartilhar 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
Um ponteiro para um MDL.

_ArraySize
Um ponteiro para uma variável fornecida pelo chamador na qual essa macro retorna o número de blocos de memória física desconectados associados ao MDL especificado.

Return value

None

Remarks

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

Requirements

Target platform

Desktop

Version

Com suporte no NDIS 6.0 e posterior.

Header

Ndis.h (inclua Ndis.h)

IRQL

<= DISPATCH_LEVEL

Regras de conformidade de DDI

Irql_NetBuffer_Function

See also

NdisGetBufferPhysicalArraySize