ReactOS 0.4.16-dev-527-gdad3a09
|
#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 1219 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate |
Definition at line 1224 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32] |
Definition at line 1223 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
BOOLEAN _TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled |
Definition at line 1227 of file winbase.h.
Referenced by test_GetTimeZoneInformationForYear().
LONG _TIME_DYNAMIC_ZONE_INFORMATION::StandardBias |
Definition at line 1222 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::StandardDate |
Definition at line 1221 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32] |
Definition at line 1220 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128] |
Definition at line 1226 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation(), and test_GetTimeZoneInformationForYear().