// ndischimney.h
VOID NdisMQueryOffloadStateComplete(
[in] IN NDIS_HANDLE NdisMiniportHandle,
[in] IN PNDIS_MINIPORT_OFFLOAD_BLOCK_LIST OffloadBlockList
);
View the official Windows Driver Kit DDI reference
No description available.
[The TCP chimney offload feature is deprecated and should not be used.]
An offload target calls the NdisMQueryOffloadStateComplete function to complete a query offload operation that was initiated by a previous call to the offload target's MiniportQueryOffload function.
NdisMiniportHandle
[in]The handle that the offload driver obtained in a previous call to NdisMRegisterMiniportDriver.
OffloadBlockList
[in]A pointer to an NDIS_MINIPORT_OFFLOAD_BLOCK_LIST structure. The offload target obtained this pointer as an input parameter to its MiniportQueryOffload function.
An offload target calls NdisMQueryOffloadStateComplete to complete a query operation that was initiated when NDIS called the MiniportQueryOffload function of the offload target.
Before calling NdisMQueryOffloadStateComplete, the offload target must:
NDIS_MINIPORT_OFFLOAD_BLOCK_LIST