Funzione NetOffloadIsTxChecksumUdpEnabled (netadapteroffload.h)
La funzione NetOffloadIsTxChecksumUdpEnabled determina se un adattatore net ha il checksum udp tx abilitato.
Sintassi
BOOLEAN NetOffloadIsTxChecksumUdpEnabled(
[_In_] NETOFFLOAD Offload
);
Parametri
[_In_] Offload
Oggetto NETOFFLOAD che rappresenta le funzionalità di checksum tx dell'adattatore net.
Valore restituito
Restituisce TRUE se è abilitato il offload checksum TX UDP. In caso contrario, restituisce FALSE.
Commenti
I driver client chiamano in genere questa funzione durante il callback evtNetAdapterOffloadSetTxChecksum per verificare se un set aggiornato di funzionalità di checksum tx attivo include il checksum tx UDP offload.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 |
Server minimo supportato | Windows Server 2022 |
Versione KMDF minima | 1.29 |
Versione UMDF minima | 2.33 |
Intestazione | netadapteroffload.h (include netadaptercx.h) |
Libreria | netadaptercxstub.lib |
IRQL | PASSIVE_LEVEL |