table of contents
other versions
- wheezy 1.4.1-4
RtlSetTimeZoneInformation(3w) | Wine API | RtlSetTimeZoneInformation(3w) |
NAME¶
RtlSetTimeZoneInformation (NTDLL.@)SYNOPSIS¶
NTSTATUS RtlSetTimeZoneInformation(
const RTL_TIME_ZONE_INFORMATION* tzinfo
)
DESCRIPTION¶
Set the current time zone information.PARAMS¶
tzinfo [In] Timezone information to set.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 |