INtime SDK Help
KNTIME structure

The kernel stores and reads the system time value using this format.

Syntax

typedef struct tagKnTime {
    DWORD       lo;
    DWORD       hi;
} KNTIME, *LPKNTIME;

Fields

lo
Specifies the lower 32-bits of the 64-bit time value kept by the kernel.
hi
Specifies the upper 32-bits of the 64-bit time value kept by the kernel.

See Also

knGetKernelTime, knSetKernelTime