// nblapi.h
NDIS_EXPORTED_ROUTINE ULONG NdisQueryNetBufferPhysicalCount(
[in] NET_BUFFER *NetBuffer
);
View the official Windows Driver Kit DDI referenceNo description available.
The NdisQueryNetBufferPhysicalCount function returns the maximum number of physical breaks mapped by the buffer descriptors that are associated with the given NET_BUFFER structure.
NetBuffer [in]A pointer to a previously allocated NET_BUFFER structure.
NdisQueryNetBufferPhysicalCount returns a ULONG value containing a count of the maximum number of physical breaks, mapped by MDLs that are associated with the specified NET_BUFFER structure.