Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.85 KB

nf-wdm-exlocaltimetosystemtime.md

File metadata and controls

68 lines (53 loc) · 1.85 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:wdm.ExLocalTimeToSystemTime
ExLocalTimeToSystemTime function (wdm.h)
The ExLocalTimeToSystemTime routine converts a system time value for the current time zone to an unbiased, GreenGMT value.
kernel\exlocaltimetosystemtime.htm
kernel
04/30/2018
ExLocalTimeToSystemTime function
ExLocalTimeToSystemTime, ExLocalTimeToSystemTime routine [Kernel-Mode Driver Architecture], k102_f7743a3b-822e-433e-bdf2-d7bf4ef606f5.xml, kernel.exlocaltimetosystemtime, wdm/ExLocalTimeToSystemTime
wdm.h
Wdm.h, Ntddk.h, Ntifs.h
Universal
Available starting with Windows 2000.
NtosKrnl.lib
NtosKrnl.exe
Any level
Windows
ExLocalTimeToSystemTime
wdm/ExLocalTimeToSystemTime
APIRef
kbSyntax
DllExport
NtosKrnl.exe
ExLocalTimeToSystemTime

ExLocalTimeToSystemTime function

-description

The ExLocalTimeToSystemTime routine converts a system time value for the current time zone to an unbiased, GreenGMT value.

-parameters

-param LocalTime [in]

A pointer to a variable set to the locale-specific time.

-param SystemTime [out]

A pointer to the returned value for GMT system time.

-remarks

ExLocalTimeToSystemTime adds the time-zone bias at the current locale to compute the corresponding GMT system time value.

-see-also

ExSystemTimeToLocalTime