ReactOS 0.4.16-dev-122-g325d74c
|
#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 1194 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate |
Definition at line 1199 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32] |
Definition at line 1198 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
BOOLEAN _TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled |
Definition at line 1202 of file winbase.h.
Referenced by test_GetTimeZoneInformationForYear().
LONG _TIME_DYNAMIC_ZONE_INFORMATION::StandardBias |
Definition at line 1197 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::StandardDate |
Definition at line 1196 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32] |
Definition at line 1195 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128] |
Definition at line 1201 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation(), and test_GetTimeZoneInformationForYear().