NET_FRAGMENT_RETURN_CONTEXT structure (returncontexttypes.h)

The NET_FRAGMENT_RETURN_CONTEXT structure contains return context information for a NET_FRAGMENT.

Syntax

typedef struct _NET_FRAGMENT_RETURN_CONTEXT {
  NET_FRAGMENT_RETURN_CONTEXT_HANDLE Handle;
} NET_FRAGMENT_RETURN_CONTEXT;

Members

Handle

A handle to a driver-allocated context space structure.

For more information about receive path capabilities, see NET_ADAPTER_RX_CAPABILITIES.

Remarks

To obtain this structure, call NetExtensionGetFragmentReturnContext.

Requirements

Requirement Value
Header returncontexttypes.h

See also

Packet descriptors and extensions

NET_FRAGMENT

NetExtensionGetFragmentReturnContext