// ks.h
typedef struct {
KSEVENTDATA EventData;
LONGLONG TimeBase;
LONGLONG Interval;
} KSEVENT_TIME_INTERVAL, *PKSEVENT_TIME_INTERVAL;
View the official Windows Driver Kit DDI referenceNo description available.
The KSEVENT_TIME_INTERVAL structure is used in various events within the KSEVENTSETID_Clock event set.
EventDataA structure of type KSEVENTDATA that specifies the standard event structure.
TimeBaseSpecifies the initial clock time when the event should be signaled.
IntervalSpecifies the subsequent interval when the event should continue to be signaled.