KSEVENT_TIME_MARK structure (ks.h)

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

Syntax

typedef struct {
  KSEVENTDATA EventData;
  LONGLONG    MarkTime;
} KSEVENT_TIME_MARK, *PKSEVENT_TIME_MARK;

Members

EventData

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

MarkTime

Specifies the clock time when the event should be signaled.

Remarks

The flags indicate the type of units for the interval. The interval can be specified in KSEVENT_DATA_MARKF_FILETIME units for these events, which are 100-nanosecond units.

Requirements

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

See also

KSEVENTSETID_Clock

KSEVENT_TIME_INTERVAL