NET_FRAGMENT_VIRTUAL_ADDRESS structure (virtualaddresstypes.h)

The NET_FRAGMENT_VIRTUAL_ADDRESS structure contains payload buffer information for a NET_FRAGMENT.

Syntax

typedef struct _NET_FRAGMENT_VIRTUAL_ADDRESS {
  void *VirtualAddress;
} NET_FRAGMENT_VIRTUAL_ADDRESS;

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.

Requirements

Requirement Value
Header virtualaddresstypes.h

See also

Packet descriptors and extensions

NET_FRAGMENT

NetExtensionGetFragmentVirtualAddress