2 ********************************************************************************
3 * Copyright (C) 2008, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 ********************************************************************************
9 ********************************************************************************
15 #include "unicode/utypes.h"
20 * \brief C API: Utilities for dealing w/ Windows time zones.
23 /* Forward declarations for Windows types... */
24 typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION
;
28 * This method was moved over from common/wintz.h to allow for access to i18n functions
29 * needed to get the Windows time zone information without using static tables.
31 U_CAPI UBool U_EXPORT2
32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION
*zoneInfo
, const UChar
*icuid
, int32_t length
);
35 #endif /* #ifdef U_WINDOWS */
37 #endif /* __WINTZIMPL */