KSCORRELATED_TIME - NtDoc

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

typedef struct {
  LONGLONG Time;
  LONGLONG SystemTime;
} KSCORRELATED_TIME, *PKSCORRELATED_TIME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSCORRELATED_TIME structure

Description

The KSCORRELATED_TIME structure contains a clock time as well as the corresponding number of clock ticks since system boot.

Members

Time

Specifies the current clock time in 100-nanosecond units.

SystemTime

A 64-bit integer containing the number of clock ticks since system boot.

Remarks

Supply this structure in a KSPROPERTY_CLOCK_CORRELATEDTIME property request.

The system time is acquired from KeQueryPerformanceCounter. Note that the performance counter is not suspended when the machine is suspended, so that correlations change when the machine goes through a suspend.

See also

KSPROPERTY_CLOCK_CORRELATEDTIME

KeQueryPerformanceCounter