NET_FRAGMENT_RETURN_CONTEXT - NtDoc

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

typedef struct _NET_FRAGMENT_RETURN_CONTEXT {
  NET_FRAGMENT_RETURN_CONTEXT_HANDLE Handle;
} NET_FRAGMENT_RETURN_CONTEXT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-returncontexttypes-_net_fragment_return_context)

NET_FRAGMENT_RETURN_CONTEXT structure

Description

The NET_FRAGMENT_RETURN_CONTEXT structure contains return context information for a NET_FRAGMENT.

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.

See also

Packet descriptors and extensions

NET_FRAGMENT

NetExtensionGetFragmentReturnContext