ReactOS
0.4.15-dev-5608-gafb953a
|
#include <winbase.h>
Public Attributes | |
LONG | Bias |
WCHAR | StandardName [32] |
SYSTEMTIME | StandardDate |
LONG | StandardBias |
WCHAR | DaylightName [32] |
SYSTEMTIME | DaylightDate |
LONG | DaylightBias |
WCHAR | TimeZoneKeyName [128] |
BOOLEAN | DynamicDaylightTimeDisabled |
LONG _TIME_DYNAMIC_ZONE_INFORMATION::Bias |
Definition at line 1182 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate |
Definition at line 1187 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32] |
Definition at line 1186 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
BOOLEAN _TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled |
Definition at line 1190 of file winbase.h.
Referenced by test_GetTimeZoneInformationForYear().
LONG _TIME_DYNAMIC_ZONE_INFORMATION::StandardBias |
Definition at line 1185 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::StandardDate |
Definition at line 1184 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32] |
Definition at line 1183 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128] |
Definition at line 1189 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation(), and test_GetTimeZoneInformationForYear().