// sensorsutils.h
NTSTATUS GetPerformanceTime(
[out] PULONG TimeMs
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine calculates system time in milliseconds. The time source is the performance counter.
TimeMs [out]Time in milliseconds.
This function returns NTSTATUS.