From: vsppp on
In OID_TCP_OFFLOAD_PARAMETERS

The WDK document describe that:
I need to return NDIS_STATUS_INDICATION_REQUIRED,
and call NdisMIndicateStatusEx function reports a change in the status
of a miniport adapter.
Set StatusCode=NDIS_STATUS_TASK_OFFLOAD_CURRENT_CONFIG in
NDIS_STATUS_INDICATION

I want to know where and when I need to call NdisMIndicateStatusEx
function?

And should I need to set DestinationHandle and RequestId these two
parameters?
I use the values from the RequestHandle and RequestId members in the
NDIS_OID_REQUEST structure,
but the values are zero.

the test result warn that the setting value and current value are not
match, and can not test checksum offload.

 | 
Pages: 1
Prev: Bulkusb and Vista
Next: OID_IP4_OFFLOAD_STATS