ReactOS
0.4.12-dev-720-g6accaef
|
#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 1679 of file rtltypes.h.
LONG _RTL_TIME_ZONE_INFORMATION::Bias |
Definition at line 1681 of file rtltypes.h.
Referenced by ExpSetTimeZoneInformation(), ExRefreshTimeZoneInformation(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
LONG _RTL_TIME_ZONE_INFORMATION::DaylightBias |
Definition at line 1687 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
TIME_FIELDS _RTL_TIME_ZONE_INFORMATION::DaylightDate |
Definition at line 1686 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
WCHAR _RTL_TIME_ZONE_INFORMATION::DaylightName |
Definition at line 1685 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
LONG _RTL_TIME_ZONE_INFORMATION::StandardBias |
Definition at line 1684 of file rtltypes.h.
Referenced by ExpSetTimeZoneInformation(), ExRefreshTimeZoneInformation(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
TIME_FIELDS _RTL_TIME_ZONE_INFORMATION::StandardDate |
Definition at line 1683 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
WCHAR _RTL_TIME_ZONE_INFORMATION::StandardName |
Definition at line 1682 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().