NET_FRAGMENT_VIRTUAL_ADDRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// virtualaddresstypes.h

typedef struct _NET_FRAGMENT_VIRTUAL_ADDRESS {
  void *VirtualAddress;
} NET_FRAGMENT_VIRTUAL_ADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-virtualaddresstypes-_net_fragment_virtual_address)

NET_FRAGMENT_VIRTUAL_ADDRESS structure

Description

The NET_FRAGMENT_VIRTUAL_ADDRESS structure contains payload buffer information for a NET_FRAGMENT.

Members

VirtualAddress

Points to the start of the packet buffer. This address is mapped into the system address space.

For transmit queues, this value is read-only.

Remarks

To obtain this structure, call NetExtensionGetFragmentVirtualAddress.

See also

Packet descriptors and extensions

NET_FRAGMENT

NetExtensionGetFragmentVirtualAddress