// nblaccessors.h
#define NET_BUFFER_DATA_PHYSICAL_ADDRESS(_NB) ((_NB)->DataPhysicalAddress)
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_DATA_PHYSICAL_ADDRESS macro retrieves the DataPhysicalAddress member of a NET_BUFFER structure.
#define NET_BUFFER_DATA_PHYSICAL_ADDRESS(_NB) ((_NB)->DataPhysicalAddress)
_NBA pointer to a NET_BUFFER structure.
NET_BUFFER_DATA_PHYSICAL_ADDRESS returns the DataPhysicalAddress member of a NET_BUFFER structure.
NDIS network drivers should use the NET_BUFFER_DATA_PHYSICAL_ADDRESS macro to get the DataPhysicalAddress member of a NET_BUFFER structure.