ReactOS 0.4.16-dev-1481-ga753f34
|
#include <winternl.h>
Public Attributes | |
LONG | Bias |
WCHAR | StandardName [32] |
RTL_SYSTEM_TIME | StandardDate |
LONG | StandardBias |
WCHAR | DaylightName [32] |
RTL_SYSTEM_TIME | DaylightDate |
LONG | DaylightBias |
WCHAR | TimeZoneKeyName [128] |
BOOLEAN | DynamicDaylightTimeDisabled |
Definition at line 199 of file winternl.h.
LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::Bias |
Definition at line 201 of file winternl.h.
LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightBias |
Definition at line 215 of file winternl.h.
RTL_SYSTEM_TIME _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate |
Definition at line 213 of file winternl.h.
WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32] |
Definition at line 209 of file winternl.h.
Referenced by test_RtlQueryTimeZoneInformation().
BOOLEAN _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled |
Definition at line 217 of file winternl.h.
LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardBias |
Definition at line 208 of file winternl.h.
RTL_SYSTEM_TIME _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardDate |
Definition at line 206 of file winternl.h.
WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32] |
Definition at line 202 of file winternl.h.
Referenced by test_RtlQueryTimeZoneInformation().
WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128] |
Definition at line 216 of file winternl.h.