KSEVENT_TIME_MARK - NtDoc

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

typedef struct {
  KSEVENTDATA EventData;
  LONGLONG    MarkTime;
} KSEVENT_TIME_MARK, *PKSEVENT_TIME_MARK;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSEVENT_TIME_MARK structure

Description

The KSEVENT_TIME_MARK 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.

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.

See also

KSEVENTSETID_Clock

KSEVENT_TIME_INTERVAL