Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 2.53 KB

nf-winternl-rtllocaltimetosystemtime.md

File metadata and controls

81 lines (62 loc) · 2.53 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winternl.RtlLocalTimeToSystemTime
RtlLocalTimeToSystemTime function (winternl.h)
Converts the specified local time to system time.
RtlLocalTimeToSystemTime
RtlLocalTimeToSystemTime function
base.rtllocaltimetosystemtime
winternl/RtlLocalTimeToSystemTime
base\rtllocaltimetosystemtime.htm
winprog
ce6f0578-0ea1-4e31-98a7-0008795abd32
12/05/2018
RtlLocalTimeToSystemTime, RtlLocalTimeToSystemTime function, base.rtllocaltimetosystemtime, winternl/RtlLocalTimeToSystemTime
winternl.h
Windows
ntdll.lib
ntdll.dll
Windows
19H1
RtlLocalTimeToSystemTime
winternl/RtlLocalTimeToSystemTime
c++
APIRef
kbSyntax
DllExport
Ntdll.dll
RtlLocalTimeToSystemTime

RtlLocalTimeToSystemTime function

-description

[RtlLocalTimeToSystemTime is available for use in Windows 2000 and Windows XP. It may be unavailable or modified in subsequent releases. Applications should use the LocalFileTimeToFileTime function.]

Converts the specified local time to system time.

-parameters

-param LocalTime [in]

A pointer to a LARGE_INTEGER structure that specifies the local time.

-param SystemTime [out]

A pointer to a LARGE_INTEGER structure that receives the returned system time.

-returns

If the function succeeds, it returns STATUS_SUCCESS. If it fails, it will return the appropriate status code.

-remarks

This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to Ntdll.dll.

-see-also

LocalFileTimeToFileTime

Time Functions