// ndis.h
VOID NdisGetMdlPhysicalArraySize(
_Mdl,
_ArraySize
);
View the official Windows hardware development documentationNo description available.
The NdisGetMdlPhysicalArraySize macro retrieves the number of disconnected physical memory blocks that are associated with an MDL.
_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.
None
The NdisGetMdlPhysicalArraySize macro provides an MDL-based version of the NdisGetBufferPhysicalArraySize function.
| Target platform | Desktop |
| Version | Supported in NDIS 6.0 and later. |
| Header | Ndis.h (include Ndis.h) |
| IRQL | <= DISPATCH_LEVEL |
| DDI compliance rules | Irql_NetBuffer_Function |
NdisGetBufferPhysicalArraySize