ReactOS 0.4.15-dev-7934-g1dc8d80
_TIMEZONE_ENTRY Struct Reference
Collaboration diagram for _TIMEZONE_ENTRY:

Public Attributes

struct _TIMEZONE_ENTRYPrev
 
struct _TIMEZONE_ENTRYNext
 
WCHAR Description [128]
 
WCHAR StandardName [33]
 
WCHAR DaylightName [33]
 
REG_TZI_FORMAT TimezoneInfo
 
ULONG Index
 

Detailed Description

Definition at line 15 of file timezone.c.

Member Data Documentation

◆ DaylightName

WCHAR _TIMEZONE_ENTRY::DaylightName

Definition at line 21 of file timezone.c.

◆ Description

WCHAR _TIMEZONE_ENTRY::Description

Definition at line 19 of file timezone.c.

◆ Index

ULONG _TIMEZONE_ENTRY::Index

Definition at line 74 of file wizard.c.

◆ Next

struct _TIMEZONE_ENTRY * _TIMEZONE_ENTRY::Next

Definition at line 18 of file timezone.c.

Referenced by RetrieveTimeZone().

◆ Prev

struct _TIMEZONE_ENTRY * _TIMEZONE_ENTRY::Prev

Definition at line 17 of file timezone.c.

Referenced by DestroyTimeZoneList(), and RetrieveTimeZone().

◆ StandardName

WCHAR _TIMEZONE_ENTRY::StandardName

Definition at line 20 of file timezone.c.

◆ TimezoneInfo

REG_TZI_FORMAT _TIMEZONE_ENTRY::TimezoneInfo

Definition at line 22 of file timezone.c.


The documentation for this struct was generated from the following files: