KSEVENT_TIME_INTERVAL structure (ks.h)

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

Syntax

typedef struct {
  KSEVENTDATA EventData;
  LONGLONG    TimeBase;
  LONGLONG    Interval;
} KSEVENT_TIME_INTERVAL, *PKSEVENT_TIME_INTERVAL;

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.

Requirements

Requirement Value
Header ks.h (include Ks.h)

See also

KSEVENTSETID_Clock

KSEVENT_TIME_MARK