STREAM_TIME_REFERENCE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// strmini.h

typedef struct _STREAM_TIME_REFERENCE {
  STREAM_TIMESTAMP CurrentOnboardClockValue;
  LARGE_INTEGER    OnboardClockFrequency;
  LARGE_INTEGER    CurrentSystemTime;
  ULONG            Reserved[2];
} STREAM_TIME_REFERENCE, *PSTREAM_TIME_REFERENCE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-strmini-_stream_time_reference)

_STREAM_TIME_REFERENCE structure

Description

Members

CurrentOnboardClockValue

Current value of the adapter clock.

OnboardClockFrequency

Frequency of the adapter clock.

CurrentSystemTime

KeQueryPerformanceCounter time.

Reserved

Reserved for future use.