StorPortQuerySystemTime - NtDoc

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

STORPORT_API VOID StorPortQuerySystemTime(
  [out] PLARGE_INTEGER CurrentTime
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-storport-storportquerysystemtime)

StorPortQuerySystemTime function

Description

The StoriPortQuerySystemTime routine obtains the current system time.

Parameters

CurrentTime [out]

Pointer to the current time, on return.

Return value

None

Remarks

The system time returned in CurrentTime is the number of 100-nanosecond intervals that have elapsed since January 1, 1601. System time is typically updated approximately every ten milliseconds. This value is computed for the GMT time zone.

See also

ScsiPortQuerySystemTime