Condividi tramite


macro NET_BUFFER_LIST_IS_URO_SET (ndis/n dottorato.h)

La macro NET_BUFFER_LIST_IS_URO_SET restituisce se le informazioni sull'offload offload URO (UDP Receive Segment Coalescing Offload) vengono impostate per una struttura di NET_BUFFER_LIST .

Sintassi

void NET_BUFFER_LIST_IS_URO_SET(
   _NBL
);

Parametri

_NBL

Puntatore a una struttura NET_BUFFER_LIST .

Valore restituito

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

Requisiti

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

Vedi anche

NET_BUFFER_LIST

Udp Receive Segment Coalescing Offload (URO)