KSINTERVAL - NtDoc

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

typedef struct {
  LONGLONG TimeBase;
  LONGLONG Interval;
} KSINTERVAL, *PKSINTERVAL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSINTERVAL structure

Description

The KSINTERVAL structure specifies a base time and time interval for recurring events.

Members

TimeBase

Specifies a 64-bit time base.

Interval

Specifies a recurrence interval, also 64-bit.

See also

KSEVENT_CLOCK_INTERVAL_MARK

KSEVENT_CLOCK_POSITION_MARK