Funzione NetOffloadIsUdpRscEnabled (netadapteroffload.h)
La funzione NetOffloadIsUdpRscEnabled determina se una scheda di rete ha abilitata l'URO (UDP RSC Offload).
Sintassi
BOOLEAN NetOffloadIsUdpRscEnabled(
[_In_] NETOFFLOAD Offload
);
Parametri
[_In_] Offload
Oggetto NETOFFLOAD che rappresenta le funzionalità URO della scheda di rete.
Valore restituito
Restituisce TRUE se l'URO è abilitato. In caso contrario, restituisce FALSE.
Commenti
I driver client chiamano in genere questa funzione durante il callback evtNetAdapterOffloadSetRsc per verificare se un set aggiornato di funzionalità RSC attive include URO.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11, versione 24H2 |
Versione KMDF minima | 1.33 |
Versione UMDF minima | 2.33 |
Intestazione | netadapteroffload.h (include netadaptercx.h) |
IRQL | PASSIVE_LEVEL |