|
ReactOS 0.4.17-dev-287-geecfbae
|


Go to the source code of this file.
Classes | |
| struct | _TIME_ZONE_INFORMATION |
| struct | _TIME_DYNAMIC_ZONE_INFORMATION |
Macros | |
| #define | _TIMEZONEAPI_H_ |
| #define | TIME_ZONE_ID_INVALID 0xFFFFFFFF |
| #define _TIMEZONEAPI_H_ |
Definition at line 10 of file timezoneapi.h.
| #define TIME_ZONE_ID_INVALID 0xFFFFFFFF |
Definition at line 21 of file timezoneapi.h.
| WINBASEAPI _Success_ | ( | return ! | = TIME_ZONE_ID_INVALID | ) |
Definition at line 1028 of file fsctrl.c.
| WINBASEAPI _Success_ | ( | return | = = ERROR_SUCCESS | ) |
Deletes the virtual mapping and optionally gives back the page & dirty bit.
| Process | - The process this address belongs to, or NULL if system address. |
| Address | - The address to unmap. |
| WasDirty | - Optional param receiving the dirty bit of the PTE. |
| Page | - Optional param receiving the page number previously mapped to this address. |
Definition at line 57 of file firmware.c.
| WINBASEAPI BOOL WINAPI FileTimeToSystemTime | ( | CONST FILETIME * | , |
| LPSYSTEMTIME | |||
| ) |
| WINBASEAPI DWORD WINAPI GetTimeZoneInformation | ( | LPTIME_ZONE_INFORMATION | lpTimeZoneInformation | ) |
Definition at line 262 of file timezone.c.
Referenced by _ftime64(), _tzset(), AllSysInfo(), common_ftime_s(), create_date(), date_parse(), get_currenttimezone(), get_localdatetime(), NetrRemoteTOD(), ParseLogonHours(), PrintLogonHours(), SetTimeZoneName(), ShowTimeZoneList(), SystemTimeToTzSpecificLocalTime(), test_FileTimeToLocalFileTime(), test_GetDynamicTimeZoneInformation(), test_GetTimeZoneInformation(), test_GetTimeZoneInformationForYear(), test_localtime(), test_mktime(), test_RtlQueryTimeZoneInformation(), tzset_from_system_nolock(), and TzSpecificLocalTimeToSystemTime().
| WINBASEAPI BOOL WINAPI SetDynamicTimeZoneInformation | ( | _In_ CONST DYNAMIC_TIME_ZONE_INFORMATION * | lpTimeZoneInformation | ) |
| WINBASEAPI BOOL WINAPI SetTimeZoneInformation | ( | CONST TIME_ZONE_INFORMATION * | lpTimeZoneInformation | ) |
Definition at line 316 of file timezone.c.
Referenced by SetLocalTimeZone(), and test_RtlQueryTimeZoneInformation().
| WINBASEAPI BOOL WINAPI SystemTimeToFileTime | ( | const SYSTEMTIME * | , |
| LPFILETIME | |||
| ) |
| WINBASEAPI BOOL WINAPI SystemTimeToTzSpecificLocalTime | ( | CONST TIME_ZONE_INFORMATION * | lpTimeZoneInformation, |
| CONST SYSTEMTIME * | lpUniversalTime, | ||
| LPSYSTEMTIME | lpLocalTime | ||
| ) |
Definition at line 377 of file timezone.c.
Referenced by convert_file_time_to_time_t(), convert_filetime_to_time_t(), GetDriverDateString(), GetFileModifyTime(), is_dst(), CInstalledApplicationInfo::RetrieveInstallDate(), test_query_process_times(), and BtrfsScrub::UpdateTextBox().
| WINBASEAPI BOOL WINAPI TzSpecificLocalTimeToSystemTime | ( | CONST TIME_ZONE_INFORMATION * | lpTimeZoneInformation, |
| CONST SYSTEMTIME * | lpLocalTime, | ||
| LPSYSTEMTIME | lpUniversalTime | ||
| ) |
Definition at line 421 of file timezone.c.
Referenced by common_futime(), parse_filetime(), test_SHFormatDateTimeA(), test_SHFormatDateTimeW(), and variant_date_to_number().
| WINBASEAPI _Out_ LPDWORD FirstYear |
Definition at line 80 of file timezoneapi.h.
| WINBASEAPI _Out_ LPDWORD _Out_ LPDWORD LastYear |
Definition at line 81 of file timezoneapi.h.
| WINBASEAPI _In_ CONST SYSTEMTIME _Out_ FILETIME * localFileTime |
Definition at line 107 of file timezoneapi.h.
| WINBASEAPI _In_ CONST SYSTEMTIME * localSystemTime |
Definition at line 108 of file timezoneapi.h.
| WINBASEAPI _In_ CONST SYSTEMTIME * lpLocalTime |
Definition at line 158 of file timezoneapi.h.
Referenced by SystemTimeToTzSpecificLocalTime(), and TzSpecificLocalTimeToSystemTime().
| WINBASEAPI _Out_ PDYNAMIC_TIME_ZONE_INFORMATION lpTimeZoneInformation |
Definition at line 54 of file timezoneapi.h.
Referenced by GetTimeZoneInformation(), SetTimeZoneInformation(), SystemTimeToTzSpecificLocalTime(), and TzSpecificLocalTimeToSystemTime().
| WINBASEAPI _In_ CONST SYSTEMTIME _Out_ LPSYSTEMTIME lpUniversalTime |
Definition at line 157 of file timezoneapi.h.
Referenced by SystemTimeToTzSpecificLocalTime(), and TzSpecificLocalTimeToSystemTime().
Definition at line 96 of file timezoneapi.h.
Definition at line 97 of file timezoneapi.h.