Condividi tramite


macro NET_BUFFER_LIST_SET_HASH_VALUE (ndis/nblhash.h)

La macro NET_BUFFER_LIST_SET_HASH_VALUE imposta le informazioni sul valore hash in una struttura NET_BUFFER_LIST .

Sintassi

void NET_BUFFER_LIST_SET_HASH_VALUE(
   _NBL,
   _HashValue
);

Parametri

_NBL

Puntatore a una struttura NET_BUFFER_LIST .

_HashValue

Valore hash, formattato come ULONG.

Valore restituito

nessuno

Osservazioni

Per altre informazioni sul valore hash, vedere Funzioni hash RSS

Requisiti

Requisito Valore
Client minimo supportato Supportato in NDIS 6.30 e versioni successive.
Piattaforma di destinazione Universale
Intestazione ndis/nblhash.h (include ndis.h)

Vedi anche

NET_BUFFER_LIST