Funzione NdisGetNblTimestampInfo (ndis/nbltimestamp.h)
I driver Miniport chiamano NdisGetNblTimestampInfo per recuperare un timestamp hardware o software archiviato in una struttura NET_BUFFER_LIST (NBL).
Sintassi
void NdisGetNblTimestampInfo(
[_In_] NET_BUFFER_LIST const *Nbl,
[_Out_] NET_BUFFER_LIST_TIMESTAMP *NblTimestamp
);
Parametri
[_In_] Nbl
Puntatore al NBL in cui il miniport ha archiviato il timestamp.
[_Out_] NblTimestamp
Puntatore a una struttura NET_BUFFER_LIST_TIMESTAMP . Quando questa funzione viene restituita, questo membro contiene il timestamp archiviato nel miniport archiviato nel NBL.
Valore restituito
nessuno
Osservazioni
I driver Miniport possono usare NdisSetNblTimestampInfo e NdisCopyNblTimestampInfo per impostare e copiare 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 |