Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
typedef struct _STREAM_TIME_REFERENCE {
STREAM_TIMESTAMP CurrentOnboardClockValue;
LARGE_INTEGER OnboardClockFrequency;
LARGE_INTEGER CurrentSystemTime;
ULONG Reserved[2];
} STREAM_TIME_REFERENCE, *PSTREAM_TIME_REFERENCE;
Members
CurrentOnboardClockValue
Current value of the adapter clock.
OnboardClockFrequency
Frequency of the adapter clock.
CurrentSystemTime
KeQueryPerformanceCounter time.
Reserved[2]
Reserved for future use.
Requirements
Requirement | Value |
---|---|
Header | strmini.h |