// wdm.h
VOID ExLocalTimeToSystemTime(
[in] PLARGE_INTEGER LocalTime,
[out] PLARGE_INTEGER SystemTime
);
View the official Windows Driver Kit DDI reference
No description available.
The ExLocalTimeToSystemTime routine converts a system time value for the current time zone to an unbiased, GreenGMT value.
LocalTime
[in]A pointer to a variable set to the locale-specific time.
SystemTime
[out]A pointer to the returned value for GMT system time.
ExLocalTimeToSystemTime adds the time-zone bias at the current locale to compute the corresponding GMT system time value.