// ndischimney.h
typedef struct _PATH_OFFLOAD_STATE_DELEGATED {
OFFLOAD_STATE_HEADER Header;
} PATH_OFFLOAD_STATE_DELEGATED, *PPATH_OFFLOAD_STATE_DELEGATED;
View the official Windows Driver Kit DDI reference
No description available.
[The TCP chimney offload feature is deprecated and should not be used.]
The PATH_OFFLOAD_STATE_DELEGATED structure contains the delegated variables of a path state object.
Header
An OFFLOAD_STATE_HEADER structure. NDIS sets the Length member of Header to the size, in bytes, of the PATH_OFFLOAD_STATE_DELEGATED structure. The RecognizedOptions member of Header is reserved.
Currently there are no delegated path variables.