// 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
No description available.
CurrentOnboardClockValue
Current value of the adapter clock.
OnboardClockFrequency
Frequency of the adapter clock.
CurrentSystemTime
KeQueryPerformanceCounter time.
Reserved
Reserved for future use.