|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rtltypes.h>

Public Attributes | |
| LONG | Bias |
| WCHAR | StandardName [32] |
| TIME_FIELDS | StandardDate |
| LONG | StandardBias |
| WCHAR | DaylightName [32] |
| TIME_FIELDS | DaylightDate |
| LONG | DaylightBias |
| RTL_SYSTEM_TIME | StandardDate |
| RTL_SYSTEM_TIME | DaylightDate |
Definition at line 1727 of file rtltypes.h.
| LONG _RTL_TIME_ZONE_INFORMATION::Bias |
Definition at line 1729 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), ExpSetTimeZoneInformation(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
| LONG _RTL_TIME_ZONE_INFORMATION::DaylightBias |
Definition at line 1735 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 1734 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
| RTL_SYSTEM_TIME _RTL_TIME_ZONE_INFORMATION::DaylightDate |
Definition at line 194 of file winternl.h.
| WCHAR _RTL_TIME_ZONE_INFORMATION::DaylightName |
Definition at line 1733 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), and SetTimeZoneInformation().
| LONG _RTL_TIME_ZONE_INFORMATION::StandardBias |
Definition at line 1732 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 1731 of file rtltypes.h.
Referenced by ExpGetTimeZoneId(), GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), SetTimeZoneInformation(), and test_RtlQueryTimeZoneInformation().
| RTL_SYSTEM_TIME _RTL_TIME_ZONE_INFORMATION::StandardDate |
Definition at line 187 of file winternl.h.
| WCHAR _RTL_TIME_ZONE_INFORMATION::StandardName |
Definition at line 1730 of file rtltypes.h.
Referenced by GetTimeZoneInformation(), RtlQueryTimeZoneInformation(), RtlSetTimeZoneInformation(), and SetTimeZoneInformation().