ReactOS 0.4.16-dev-983-g23ad936
|
#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 1718 of file rtltypes.h.
LONG _RTL_TIME_ZONE_INFORMATION::Bias |
Definition at line 1720 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), ExpSetTimeZoneInformation(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
LONG _RTL_TIME_ZONE_INFORMATION::DaylightBias |
Definition at line 1726 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 1725 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
WCHAR _RTL_TIME_ZONE_INFORMATION::DaylightName |
Definition at line 1724 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), and SetTimeZoneInformation().
LONG _RTL_TIME_ZONE_INFORMATION::StandardBias |
Definition at line 1723 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 1722 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
WCHAR _RTL_TIME_ZONE_INFORMATION::StandardName |
Definition at line 1721 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), and SetTimeZoneInformation().