// virtualaddresstypes.h
typedef struct _NET_FRAGMENT_VIRTUAL_ADDRESS {
void *VirtualAddress;
} NET_FRAGMENT_VIRTUAL_ADDRESS;
View the official Windows Driver Kit DDI referenceNo description available.
The NET_FRAGMENT_VIRTUAL_ADDRESS structure contains payload buffer information for a NET_FRAGMENT.
VirtualAddressPoints to the start of the packet buffer. This address is mapped into the system address space.
For transmit queues, this value is read-only.
To obtain this structure, call NetExtensionGetFragmentVirtualAddress.
Packet descriptors and extensions
NetExtensionGetFragmentVirtualAddress