ReactOS 0.4.16-dev-1007-g2e85425
|
#include <winternl.h>
Public Attributes | |
LONG | Bias |
WCHAR | StandardName [32] |
TIME_FIELDS | StandardDate |
LONG | StandardBias |
WCHAR | DaylightName [32] |
TIME_FIELDS | DaylightDate |
LONG | DaylightBias |
WCHAR | TimeZoneKeyName [128] |
BOOLEAN | DynamicDaylightTimeDisabled |
Definition at line 147 of file winternl.h.
LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::Bias |
Definition at line 149 of file winternl.h.
LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightBias |
Definition at line 155 of file winternl.h.
TIME_FIELDS _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate |
Definition at line 154 of file winternl.h.
WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32] |
Definition at line 153 of file winternl.h.
Referenced by test_RtlQueryTimeZoneInformation().
BOOLEAN _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled |
Definition at line 157 of file winternl.h.
LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardBias |
Definition at line 152 of file winternl.h.
TIME_FIELDS _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardDate |
Definition at line 151 of file winternl.h.
WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32] |
Definition at line 150 of file winternl.h.
Referenced by test_RtlQueryTimeZoneInformation().
WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128] |
Definition at line 156 of file winternl.h.