Condividi tramite


funzione NET_BUFFER_LIST_IS_USO_SET (ndis.h/n troppeso.h)

La funzione NET_BUFFER_LIST_IS_USO_SET restituisce se le informazioni sull'offload del segmento UDP (USO) sono impostate per una struttura NET_BUFFER_LIST .

Sintassi

BOOLEAN NET_BUFFER_LIST_IS_USO_SET(
  [in] NET_BUFFER_LIST const *Nbl
);

Parametri

[in] Nbl

Puntatore a una struttura NET_BUFFER_LIST .

Valore restituito

Restituisce un valore diverso da zero se la funzionalità USO è abilitata per questo NET_BUFFER_LIST.

Requisiti

Requisito Valore
Client minimo supportato Windows 11 versione 24H2
Intestazione ndis.h/n troppeso.h (include ndis.h)

Vedi anche

NET_BUFFER_LIST

Offload segmento UDP (USO)