FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
TimeZoneNameMap.h
1
21
#ifndef WINPR_TIME_NAME_MAP_H_
22
#define WINPR_TIME_NAME_MAP_H_
23
24
#include <winpr/wtypes.h>
25
26
typedef
enum
27
{
28
TIME_ZONE_NAME_ID,
29
TIME_ZONE_NAME_STANDARD,
30
TIME_ZONE_NAME_DISPLAY,
31
TIME_ZONE_NAME_DAYLIGHT,
32
TIME_ZONE_NAME_IANA,
33
} TimeZoneNameType;
34
35
typedef
struct
36
{
37
char
* Id;
38
char
* StandardName;
39
char
* DisplayName;
40
char
* DaylightName;
41
char
* Iana;
42
}
TimeZoneNameMapEntry
;
35
typedef
struct
{
…
};
43
44
const
TimeZoneNameMapEntry
* TimeZoneGetAt(
size_t
index);
45
const
char
* TimeZoneIanaToWindows(
const
char
* iana, TimeZoneNameType type);
46
47
#endif
TimeZoneNameMapEntry
Definition
TimeZoneNameMap.h:36
winpr
libwinpr
timezone
TimeZoneNameMap.h
Generated by
1.9.8