NdisMQueryOffloadStateComplete - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndischimney-ndismqueryoffloadstatecomplete)

NdisMQueryOffloadStateComplete function

Description

[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.

Parameters

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.

Remarks

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:

See also

MiniportQueryOffload

NDIS_MINIPORT_OFFLOAD_BLOCK_LIST

NdisMRegisterMiniportDriver