KSEVENT_TIME_INTERVAL - NtDoc

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

typedef struct {
  KSEVENTDATA EventData;
  LONGLONG    TimeBase;
  LONGLONG    Interval;
} KSEVENT_TIME_INTERVAL, *PKSEVENT_TIME_INTERVAL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-ksevent_time_interval)

KSEVENT_TIME_INTERVAL structure

Description

The KSEVENT_TIME_INTERVAL structure is used in various events within the KSEVENTSETID_Clock event set.

Members

EventData

A structure of type KSEVENTDATA that specifies the standard event structure.

TimeBase

Specifies the initial clock time when the event should be signaled.

Interval

Specifies the subsequent interval when the event should continue to be signaled.

See also

KSEVENTSETID_Clock

KSEVENT_TIME_MARK