|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 919 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
| SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate |
Definition at line 924 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
| WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32] |
Definition at line 923 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
| BOOLEAN _TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled |
Definition at line 927 of file winbase.h.
Referenced by GetTimeZoneInformationForYear(), and test_GetTimeZoneInformationForYear().
| LONG _TIME_DYNAMIC_ZONE_INFORMATION::StandardBias |
Definition at line 922 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
| SYSTEMTIME _TIME_DYNAMIC_ZONE_INFORMATION::StandardDate |
Definition at line 921 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
| WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32] |
Definition at line 920 of file winbase.h.
Referenced by test_GetDynamicTimeZoneInformation().
| WCHAR _TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128] |
Definition at line 926 of file winbase.h.
Referenced by GetTimeZoneInformationForYear(), test_GetDynamicTimeZoneInformation(), and test_GetTimeZoneInformationForYear().