Condividi tramite


Funzione NdisCopyNblTimestampInfo (ndis/nbltimestamp.h)

I driver Miniport chiamano la funzione NdisCopyNblTimestampInfo per copiare un timestamp software o hardware da una struttura NET_BUFFER_LIST di origine a una struttura di 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 di 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 i timestamp.

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

Fabbisogno

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

Vedere anche

NET_BUFFER_LIST

NET_BUFFER_LIST_TIMESTAMP

NdisSetNblTimestampInfo

NdisGetNblTimestampInfo

Panoramica del timestamp dei pacchetti NDIS

Allegare timestamp ai pacchetti