ReactOS 0.4.16-dev-1214-gd663eb4
|
#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 1235 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate |
Definition at line 1240 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32] |
Definition at line 1239 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
BOOLEAN _TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled |
Definition at line 1243 of file winbase.h.
Referenced by test_GetTimeZoneInformationForYear().
LONG _TIME_DYNAMIC_ZONE_INFORMATION::StandardBias |
Definition at line 1238 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::StandardDate |
Definition at line 1237 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32] |
Definition at line 1236 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128] |
Definition at line 1242 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation(), and test_GetTimeZoneInformationForYear().