// 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 referenceNo description available.
The NET_FRAGMENT_RETURN_CONTEXT structure contains return context information for a NET_FRAGMENT.
HandleA handle to a driver-allocated context space structure.
For more information about receive path capabilities, see NET_ADAPTER_RX_CAPABILITIES.
To obtain this structure, call NetExtensionGetFragmentReturnContext.
Packet descriptors and extensions
NetExtensionGetFragmentReturnContext