ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <rtltypes.h>
Public Attributes | |
LONG | Bias |
WCHAR | StandardName [32] |
TIME_FIELDS | StandardDate |
LONG | StandardBias |
WCHAR | DaylightName [32] |
TIME_FIELDS | DaylightDate |
LONG | DaylightBias |
Definition at line 1708 of file rtltypes.h.
LONG _RTL_TIME_ZONE_INFORMATION::Bias |
Definition at line 1710 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), ExpSetTimeZoneInformation(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
LONG _RTL_TIME_ZONE_INFORMATION::DaylightBias |
Definition at line 1716 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), ExpSetTimeZoneInformation(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
TIME_FIELDS _RTL_TIME_ZONE_INFORMATION::DaylightDate |
Definition at line 1715 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
WCHAR _RTL_TIME_ZONE_INFORMATION::DaylightName |
Definition at line 1714 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), and SetTimeZoneInformation().
LONG _RTL_TIME_ZONE_INFORMATION::StandardBias |
Definition at line 1713 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), ExpSetTimeZoneInformation(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
TIME_FIELDS _RTL_TIME_ZONE_INFORMATION::StandardDate |
Definition at line 1712 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
WCHAR _RTL_TIME_ZONE_INFORMATION::StandardName |
Definition at line 1711 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), and SetTimeZoneInformation().