KSRESOLUTION - NtDoc

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

typedef struct {
  LONGLONG Granularity;
  LONGLONG Error;
} KSRESOLUTION, *PKSRESOLUTION;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSRESOLUTION structure

Description

The KSRESOLUTION structure specifies granularity and error of a kernel streaming clock.

Members

Granularity

Specifies the increment granularity of the clock in 100-nanosecond units, where 1 is the best.

Error

Specifies the +/- notification error of the clock in 100-nanosecond units, where 0 is the best, meaning the event notification granularity is as good as the increment granularity.

Remarks

Vendors can supply a structure of type KSRESOLUTION in a KSPROPERTY_CLOCK_RESOLUTION property request.

See also

KSPROPERTY_CLOCK_RESOLUTION