Funzione NetOffloadIsRscTcpTimestampOptionEnabled (netadapteroffload.h)
La funzione NetOffloadIsRscTcpTimestampOptionEnabled determina se un offload RSC è abilitato per i pacchetti timestamp.
Sintassi
BOOLEAN NetOffloadIsRscTcpTimestampOptionEnabled(
[_In_] NETOFFLOAD Offload
);
Parametri
[_In_] Offload
Oggetto NETOFFLOAD che rappresenta le funzionalità RSC dell'adattatore net.
Valore restituito
Restituisce TRUE se l'offload RSC è abilitato per i pacchetti timestamp o FALSE in caso contrario.
Commenti
I driver client in genere chiamano questa funzione durante il callback EvtNetAdapterOffloadSetRsc per verificare se un set aggiornato di funzionalità RSC attive include l'offload RSC per i pacchetti timestamp.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 |
Server minimo supportato | Windows Server 2022 |
Versione UMDF minima | 2.33 |
Intestazione | netadapteroffload.h (include netadaptercx.h) |
Libreria | netadaptercxstub.lib |
IRQL | PASSIVE_LEVEL |