ReactOS 0.4.16-dev-88-ga65b6ae
|
Public Attributes | |
struct _TIMEZONE_ENTRY * | Prev |
struct _TIMEZONE_ENTRY * | Next |
WCHAR | Description [128] |
WCHAR | StandardName [33] |
WCHAR | DaylightName [33] |
REG_TZI_FORMAT | TimezoneInfo |
ULONG | Index |
Definition at line 15 of file timezone.c.
WCHAR _TIMEZONE_ENTRY::DaylightName |
Definition at line 21 of file timezone.c.
WCHAR _TIMEZONE_ENTRY::Description |
Definition at line 19 of file timezone.c.
struct _TIMEZONE_ENTRY * _TIMEZONE_ENTRY::Next |
Definition at line 18 of file timezone.c.
Referenced by RetrieveTimeZone().
struct _TIMEZONE_ENTRY * _TIMEZONE_ENTRY::Prev |
Definition at line 17 of file timezone.c.
Referenced by DestroyTimeZoneList(), and RetrieveTimeZone().
WCHAR _TIMEZONE_ENTRY::StandardName |
Definition at line 20 of file timezone.c.
REG_TZI_FORMAT _TIMEZONE_ENTRY::TimezoneInfo |
Definition at line 22 of file timezone.c.