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.
The KSINTERVAL structure specifies a base time and time interval for recurring events.
Syntax
typedef struct {
LONGLONG TimeBase;
LONGLONG Interval;
} KSINTERVAL, *PKSINTERVAL;
Members
TimeBase
Specifies a 64-bit time base.
Interval
Specifies a recurrence interval, also 64-bit.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |