funzione NET_BUFFER_LIST_IS_TCP_RSC_SET (ndis.h/nblrsc.h)
La funzione NET_BUFFER_LIST_IS_TCP_RSC_SET restituisce se il segmento di ricezione viene unito (RSC) per una struttura NET_BUFFER_LIST.
Sintassi
BOOLEAN NET_BUFFER_LIST_IS_TCP_RSC_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 RSC è abilitato per questa NET_BUFFER_LIST.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 11, versione 24H2 |
intestazione | ndis.h/nblrsc.h (include ndis.h) |