Condividi tramite


Funzione NdisCopyNblTimestampInfo (ndis/nbltimestamp.h)

I driver Miniport chiamano la funzione NdisCopyNblTimestampInfo per copiare un timestamp software o hardware da una struttura di NET_BUFFER_LIST di origine a una struttura NET_BUFFER_LIST di destinazione.

Sintassi

void NdisCopyNblTimestampInfo(
  [_Inout_] NET_BUFFER_LIST       *NblDest,
  [_In_]    NET_BUFFER_LIST const *NblSrc
);

Parametri

[_Inout_] NblDest

Puntatore a una struttura NET_BUFFER_LIST di destinazione.

[_In_] NblSrc

Puntatore alla struttura di NET_BUFFER_LIST di origine in cui il driver miniport ha archiviato il timestamp.

Valore restituito

nessuno

Osservazioni

I driver Miniport possono usare NdisSetNblTimestampInfo e NdisGetNblTimestampInfo per impostare e recuperare timestamp.

Per altre informazioni sulla generazione di timestamp hardware e software, vedere Collegamento di timestamp ai pacchetti.

Requisiti

Requisito Valore
Client minimo supportato Windows 11
Server minimo supportato Windows Server 2022. Supportato in NDIS 6.82 e versioni successive.
Piattaforma di destinazione Universale
Intestazione ndis/nbltimestamp.h (include ndis.h)
Libreria ndis.lib

Vedi anche

NET_BUFFER_LIST

NET_BUFFER_LIST_TIMESTAMP

NdisSetNblTimestampInfo

NdisGetNblTimestampInfo

Panoramica del timestamp dei pacchetti NDIS

Collegamento di timestamp ai pacchetti