table of contents
other versions
- wheezy 1.4.1-4
RtlQueryTimeZoneInformation(3w) | Wine API | RtlQueryTimeZoneInformation(3w) |
NAME¶
RtlQueryTimeZoneInformation (NTDLL.@)SYNOPSIS¶
NTSTATUS RtlQueryTimeZoneInformation(
RTL_TIME_ZONE_INFORMATION* tzinfo
)
DESCRIPTION¶
Get information about the current timezone.PARAMS¶
tzinfo [Out] Destination for the retrieved timezone info.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 |