FreeRDP
|
Data Structures | |
struct | TIME_ZONE_INFORMATION |
struct | DYNAMIC_TIME_ZONE_INFORMATION |
Macros | |
#define | TIME_ZONE_ID_UNKNOWN 0 |
#define | TIME_ZONE_ID_STANDARD 1 |
#define | TIME_ZONE_ID_DAYLIGHT 2 |
Typedefs | |
typedef struct TIME_ZONE_INFORMATION * | PTIME_ZONE_INFORMATION |
typedef struct TIME_ZONE_INFORMATION * | LPTIME_ZONE_INFORMATION |
typedef struct DYNAMIC_TIME_ZONE_INFORMATION * | PDYNAMIC_TIME_ZONE_INFORMATION |
typedef struct DYNAMIC_TIME_ZONE_INFORMATION * | LPDYNAMIC_TIME_ZONE_INFORMATION |
Functions | |
WINPR_API DWORD | GetTimeZoneInformation (LPTIME_ZONE_INFORMATION lpTimeZoneInformation) |
WINPR_API BOOL | SetTimeZoneInformation (const TIME_ZONE_INFORMATION *lpTimeZoneInformation) |
WINPR_API BOOL | SystemTimeToFileTime (const SYSTEMTIME *lpSystemTime, LPFILETIME lpFileTime) |
WINPR_API BOOL | FileTimeToSystemTime (const FILETIME *lpFileTime, LPSYSTEMTIME lpSystemTime) |
WINPR_API BOOL | SystemTimeToTzSpecificLocalTime (LPTIME_ZONE_INFORMATION lpTimeZone, LPSYSTEMTIME lpUniversalTime, LPSYSTEMTIME lpLocalTime) |
WINPR_API BOOL | TzSpecificLocalTimeToSystemTime (LPTIME_ZONE_INFORMATION lpTimeZoneInformation, LPSYSTEMTIME lpLocalTime, LPSYSTEMTIME lpUniversalTime) |
WINPR_API DWORD | GetDynamicTimeZoneInformation (PDYNAMIC_TIME_ZONE_INFORMATION pTimeZoneInformation) |
WINPR_API BOOL | SetDynamicTimeZoneInformation (const DYNAMIC_TIME_ZONE_INFORMATION *lpTimeZoneInformation) |
WINPR_API BOOL | GetTimeZoneInformationForYear (USHORT wYear, PDYNAMIC_TIME_ZONE_INFORMATION pdtzi, LPTIME_ZONE_INFORMATION ptzi) |
WINPR_API BOOL | SystemTimeToTzSpecificLocalTimeEx (const DYNAMIC_TIME_ZONE_INFORMATION *lpTimeZoneInformation, const SYSTEMTIME *lpUniversalTime, LPSYSTEMTIME lpLocalTime) |
WINPR_API BOOL | TzSpecificLocalTimeToSystemTimeEx (const DYNAMIC_TIME_ZONE_INFORMATION *lpTimeZoneInformation, const SYSTEMTIME *lpLocalTime, LPSYSTEMTIME lpUniversalTime) |
WINPR_API DWORD | EnumDynamicTimeZoneInformation (const DWORD dwIndex, PDYNAMIC_TIME_ZONE_INFORMATION lpTimeZoneInformation) |
WINPR_API DWORD | GetDynamicTimeZoneInformationEffectiveYears (const PDYNAMIC_TIME_ZONE_INFORMATION lpTimeZoneInformation, LPDWORD FirstYear, LPDWORD LastYear) |
#define TIME_ZONE_ID_DAYLIGHT 2 |
#define TIME_ZONE_ID_STANDARD 1 |
#define TIME_ZONE_ID_UNKNOWN 0 |
typedef struct DYNAMIC_TIME_ZONE_INFORMATION * LPDYNAMIC_TIME_ZONE_INFORMATION |
typedef struct TIME_ZONE_INFORMATION * LPTIME_ZONE_INFORMATION |
typedef struct DYNAMIC_TIME_ZONE_INFORMATION * PDYNAMIC_TIME_ZONE_INFORMATION |
typedef struct TIME_ZONE_INFORMATION * PTIME_ZONE_INFORMATION |
WINPR_API DWORD EnumDynamicTimeZoneInformation | ( | const DWORD | dwIndex, |
PDYNAMIC_TIME_ZONE_INFORMATION | lpTimeZoneInformation | ||
) |
WINPR_API BOOL FileTimeToSystemTime | ( | const FILETIME * | lpFileTime, |
LPSYSTEMTIME | lpSystemTime | ||
) |
WINPR_API DWORD GetDynamicTimeZoneInformation | ( | PDYNAMIC_TIME_ZONE_INFORMATION | pTimeZoneInformation | ) |
WINPR_API DWORD GetDynamicTimeZoneInformationEffectiveYears | ( | const PDYNAMIC_TIME_ZONE_INFORMATION | lpTimeZoneInformation, |
LPDWORD | FirstYear, | ||
LPDWORD | LastYear | ||
) |
WINPR_API DWORD GetTimeZoneInformation | ( | LPTIME_ZONE_INFORMATION | lpTimeZoneInformation | ) |
WINPR_API BOOL GetTimeZoneInformationForYear | ( | USHORT | wYear, |
PDYNAMIC_TIME_ZONE_INFORMATION | pdtzi, | ||
LPTIME_ZONE_INFORMATION | ptzi | ||
) |
WINPR_API BOOL SetDynamicTimeZoneInformation | ( | const DYNAMIC_TIME_ZONE_INFORMATION * | lpTimeZoneInformation | ) |
WINPR_API BOOL SetTimeZoneInformation | ( | const TIME_ZONE_INFORMATION * | lpTimeZoneInformation | ) |
WINPR_API BOOL SystemTimeToFileTime | ( | const SYSTEMTIME * | lpSystemTime, |
LPFILETIME | lpFileTime | ||
) |
WINPR_API BOOL SystemTimeToTzSpecificLocalTime | ( | LPTIME_ZONE_INFORMATION | lpTimeZone, |
LPSYSTEMTIME | lpUniversalTime, | ||
LPSYSTEMTIME | lpLocalTime | ||
) |
WINPR_API BOOL SystemTimeToTzSpecificLocalTimeEx | ( | const DYNAMIC_TIME_ZONE_INFORMATION * | lpTimeZoneInformation, |
const SYSTEMTIME * | lpUniversalTime, | ||
LPSYSTEMTIME | lpLocalTime | ||
) |
WINPR_API BOOL TzSpecificLocalTimeToSystemTime | ( | LPTIME_ZONE_INFORMATION | lpTimeZoneInformation, |
LPSYSTEMTIME | lpLocalTime, | ||
LPSYSTEMTIME | lpUniversalTime | ||
) |
WINPR_API BOOL TzSpecificLocalTimeToSystemTimeEx | ( | const DYNAMIC_TIME_ZONE_INFORMATION * | lpTimeZoneInformation, |
const SYSTEMTIME * | lpLocalTime, | ||
LPSYSTEMTIME | lpUniversalTime | ||
) |