table of contents
other versions
- wheezy 1.4.1-4
RtlSystemTimeToLocalTime(3w) | Wine API | RtlSystemTimeToLocalTime(3w) |
NAME¶
RtlSystemTimeToLocalTime (NTDLL.@)SYNOPSIS¶
NTSTATUS RtlSystemTimeToLocalTime(
const LARGE_INTEGER* SystemTime,
PLARGE_INTEGER LocalTime
)
DESCRIPTION¶
Convert a system time into a local time.PARAMS¶
SystemTime [In] System time to convert. LocalTime [Out] Destination for the converted time.RETURNS¶
Success: STATUS_SUCCESS. Failure: An NTSTATUS error code indicating the problem.IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/time.c". Debug channel "ntdll".Oct 2012 | Wine API |