// ndischimney.h
typedef struct _OFFLOAD_STATE_HEADER {
ULONG Length;
ULONG RecognizedOptions;
} OFFLOAD_STATE_HEADER, *POFFLOAD_STATE_HEADER;
View the official Windows Driver Kit DDI reference
No description available.
[The TCP chimney offload feature is deprecated and should not be used.]
The OFFLOAD_STATE_HEADER structure serves as a header in an offload state structure.
Length
The total size, in bytes, of the offload state structure that includes the OFFLOAD_STATE_HEADER member. This size includes the size of the OFFLOAD_STATE_HEADER member and the other members of the offload state structure.
RecognizedOptions
Reserved.
The following offload state structures include an OFFLOAD_STATE_HEADER structure:
NEIGHBOR_OFFLOAD_STATE_DELEGATED