GetPerformanceTime - NtDoc

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

NTSTATUS GetPerformanceTime(
  [out] PULONG TimeMs
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sensorsutils-getperformancetime)

GetPerformanceTime function

Description

This routine calculates system time in milliseconds. The time source is the performance counter.

Parameters

TimeMs [out]

Time in milliseconds.

Return value

This function returns NTSTATUS.

Remarks

See also